Html Css Color HEX #C9DAD2 Iceberg

📋 copy color: '#C9DAD2'

red 201 ◦ green 218 ◦ blue 210

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

Shades of Iceberg #C9DAD2

Tints of Iceberg #C9DAD2

RGB

 RED value IS 201 (78.91% from 255) = 31.96%

 GREEN value IS 218 (85.55% from 255) = 34.66%

 BLUE value IS 210 (82.42% from 255) = 33.39%

R = 31.96%
G = 34.66%
B = 33.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#C9DAD2 (or 0xC9DAD2) is known color: Iceberg. HEX triplet: C9, DA and D2. RGB value is (201,218,210). Sum of RGB (Red+Green+Blue) = 201+218+210=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAD2 is #36252D. Grayscale: #D4D4D4. Windows color (decimal): -3548462 or 13818569. OLE color: 13818569.

HSL color Cylindrical-coordinate representation of color #C9DAD2: hue angle of 151.76º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9DAD2 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 218 210 -
CMYK 0.08 0 0.04 0.15
HSL 151.76º 0.19% 0.82% -
HSV(B) 151.76º 0.08% 0.85% -
XYZ 60.79 67.21 70.74 -
YUV 212.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 201 218 210 0.08 0 0.04 0.15 151.76 0.19 0.82
Hex C9 DA D2 8 0 4 F 98 13 52
Octal 311 332 322 10 0 4 17 230 23 122
Binary 11001001 11011010 11010010 1000 0 100 1111 10011000 10011 1010010

Color Harmonies of #C9DAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DAD2

Black with #C9DAD2

Text Example


Text Example

White with #C9DAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DAD2; }

 p { color: rgb(201,218,210); }

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

background-color css

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

 a { background-color: rgb(201,218,210); }

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

border-color css

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

 span { border-color: rgb(201,218,210); }

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