#C9DCD6

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

Shades of Iceberg #C9DCD6

Tints of Iceberg #C9DCD6

Color information

#C9DCD6 (or 0xC9DCD6) is unknown color: approx Iceberg. HEX triplet: C9, DC and D6. RGB value is (201,220,214). Sum of RGB (Red+Green+Blue) = 201+220+214=635 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.65% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCD6 is #362329. Grayscale: #D5D5D5. Windows color (decimal): -3547946 or 14081225. OLE color: 14081225.

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

Color convert

RGB201220214-
CMYK0.0900.030.14
HSL161.05º21.35%82.55%-
HSV(B)161.05º8.64%86.27%-
XYZ61.8268.4673.57-
YUV213.64128.21118.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.65%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 214 (83.98% from 255) = 33.70%
R=31.65%
G=34.65%
B=33.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012202140.0900.030.14161.0521.3582.55
HexC9DCD6903Ea11553
Octal31133432611031624125123
Binary1100100111011100110101101001011111010100001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DCD6; }

 p { color: rgb(201,220,214); }

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

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

 a { background-color: rgb(201,220,214); }

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

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

 span { border-color: rgb(201,220,214); }

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