#CCD9D4

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

Shades of Iceberg #CCD9D4

Tints of Iceberg #CCD9D4

Color information

#CCD9D4 (or 0xCCD9D4) is unknown color: approx Iceberg. HEX triplet: CC, D9 and D4. RGB value is (204,217,212). Sum of RGB (Red+Green+Blue) = 204+217+212=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9D4 is #33262B. Grayscale: #D4D4D4. Windows color (decimal): -3352108 or 13949388. OLE color: 13949388.

HSL color Cylindrical-coordinate representation of color #CCD9D4: hue angle of 156.92º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD9D4 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB204217212-
CMYK0.0600.020.15
HSL156.92º14.61%82.55%-
HSV(B)156.92º5.99%85.1%-
XYZ61.667.2272.01-
YUV212.54127.69121.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 217 (85.16% from 255) = 34.28%
BLUE value IS 212 (83.20% from 255) = 33.49%
R=32.23%
G=34.28%
B=33.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042172120.0600.020.15156.9214.6182.55
HexCCD9D4602F9df53
Octal3143313246021723517123
Binary11001100110110011101010011001011111001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9D4; }

 p { color: rgb(204,217,212); }

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

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

 a { background-color: rgb(204,217,212); }

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

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

 span { border-color: rgb(204,217,212); }

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