Html Css Color HEX #C9DBD4 Iceberg

📋 copy color: '#C9DBD4'

red 201 ◦ green 219 ◦ blue 212

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

Shades of Iceberg #C9DBD4

Tints of Iceberg #C9DBD4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.65%

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

R = 31.8%
G = 34.65%
B = 33.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#C9DBD4 (or 0xC9DBD4) is known color: Iceberg. HEX triplet: C9, DB and D4. RGB value is (201,219,212). Sum of RGB (Red+Green+Blue) = 201+219+212=632 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.80% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBD4 is #36242B. Grayscale: #D4D4D4. Windows color (decimal): -3548204 or 13949897. OLE color: 13949897.

HSL color Cylindrical-coordinate representation of color #C9DBD4: hue angle of 156.67º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9DBD4 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 219 212 -
CMYK 0.08 0 0.03 0.14
HSL 156.67º 0.2% 0.82% -
HSV(B) 156.67º 0.08% 0.86% -
XYZ 61.3 67.83 72.15 -
YUV 212.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 201 219 212 0.08 0 0.03 0.14 156.67 0.2 0.82
Hex C9 DB D4 8 0 3 E 9D 14 52
Octal 311 333 324 10 0 3 16 235 24 122
Binary 11001001 11011011 11010100 1000 0 11 1110 10011101 10100 1010010

Color Harmonies of #C9DBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DBD4

Black with #C9DBD4

Text Example


Text Example

White with #C9DBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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