Html Css Color HEX #C2D7DD Onahau

📋 copy color: '#C2D7DD'

red 194 ◦ green 215 ◦ blue 221

#C2D7DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #C2D7DD

Tints of Onahau #C2D7DD

RGB

 RED value IS 194 (76.17% from 255) = 30.79%

 GREEN value IS 215 (84.38% from 255) = 34.13%

 BLUE value IS 221 (86.72% from 255) = 35.08%

R = 30.79%
G = 34.13%
B = 35.08%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C2D7DD (or 0xC2D7DD) is known color: Onahau. HEX triplet: C2, D7 and DD. RGB value is (194,215,221). Sum of RGB (Red+Green+Blue) = 194+215+221=630 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.79% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2D7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D7DD is #3D2822. Grayscale: #D1D1D1. Windows color (decimal): -4007971 or 14538690. OLE color: 14538690.

HSL color Cylindrical-coordinate representation of color #C2D7DD: hue angle of 193.33º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2D7DD is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 215 221 -
CMYK 0.12 0.03 0 0.13
HSL 193.33º 0.28% 0.81% -
HSV(B) 193.33º 0.12% 0.87% -
XYZ 59.6 65.29 77.87 -
YUV 209.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 194 215 221 0.12 0.03 0 0.13 193.33 0.28 0.81
Hex C2 D7 DD C 3 0 D C1 1C 51
Octal 302 327 335 14 3 0 15 301 34 121
Binary 11000010 11010111 11011101 1100 11 0 1101 11000001 11100 1010001

Color Harmonies of #C2D7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D7DD

Black with #C2D7DD

Text Example


Text Example

White with #C2D7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D7DD; }

 p { color: rgb(194,215,221); }

 H1.HeaderClassName
 {
   color: #C2D7DD;
 }
 .AnyTagClassName
 {
   color: #C2D7DD;
 }
</style>

background-color css

<style>
 a { background-color: #C2D7DD; }

 a { background-color: rgb(194,215,221); }

 div.DivClassName
 {
   background-color: #C2D7DD;
 }
 .BgClassName
 {
   background-color: #C2D7DD;
 }
</style>

border-color css

<style>
 span { border-color: #C2D7DD; }

 span { border-color: rgb(194,215,221); }

 td.TdClassName
 {
   border-color: #C2D7DD;
 }
 .TagClassName
 {
   border-color: #C2D7DD;
 }
</style>