#C9DDD7

Color #C9DDD7 Iceberg (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iceberg #C9DDD7

Tints of Iceberg #C9DDD7

Color information

#C9DDD7 (or 0xC9DDD7) is unknown color: approx Iceberg. HEX triplet: C9, DD and D7. RGB value is (201,221,215). Sum of RGB (Red+Green+Blue) = 201+221+215=637 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.55% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDD7 is #362228. Grayscale: #D6D6D6. Windows color (decimal): -3547689 or 14147017. OLE color: 14147017.

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

Color convert

RGB201221215-
CMYK0.0900.030.13
HSL162º22.73%82.75%-
HSV(B)162º9.05%86.67%-
XYZ62.2169.0474.34-
YUV214.34128.37118.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.55%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 215 (84.38% from 255) = 33.75%
R=31.55%
G=34.69%
B=33.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012212150.0900.030.1316222.7382.75
HexC9DDD7903Da21753
Octal31133532711031524227123
Binary1100100111011101110101111001011110110100010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DDD7; }

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

 H1.HeaderClassName
 {
   color: #C9DDD7;
 }
 .AnyTagClassName
 {
   color: #C9DDD7;
 }
</style>
background-color css

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

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

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

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

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

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