Html Css Color HEX #C9DAD4 Iceberg

📋 copy color: '#C9DAD4'

red 201 ◦ green 218 ◦ blue 212

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

Shades of Iceberg #C9DAD4

Tints of Iceberg #C9DAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.6%

R = 31.85%
G = 34.55%
B = 33.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#C9DAD4 (or 0xC9DAD4) is known color: Iceberg. HEX triplet: C9, DA and D4. RGB value is (201,218,212). Sum of RGB (Red+Green+Blue) = 201+218+212=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAD4 is #36252B. Grayscale: #D4D4D4. Windows color (decimal): -3548460 or 13949641. OLE color: 13949641.

HSL color Cylindrical-coordinate representation of color #C9DAD4: hue angle of 158.82º 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 #C9DAD4 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 218 212 -
CMYK 0.08 0 0.03 0.15
HSL 158.82º 0.19% 0.82% -
HSV(B) 158.82º 0.08% 0.85% -
XYZ 61.04 67.31 72.06 -
YUV 212.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 201 218 212 0.08 0 0.03 0.15 158.82 0.19 0.82
Hex C9 DA D4 8 0 3 F 9F 13 52
Octal 311 332 324 10 0 3 17 237 23 122
Binary 11001001 11011010 11010100 1000 0 11 1111 10011111 10011 1010010

Color Harmonies of #C9DAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DAD4

Black with #C9DAD4

Text Example


Text Example

White with #C9DAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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