#CCD8D4

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

Shades of Iceberg #CCD8D4

Tints of Iceberg #CCD8D4

Color information

#CCD8D4 (or 0xCCD8D4) is unknown color: approx Iceberg. HEX triplet: CC, D8 and D4. RGB value is (204,216,212). Sum of RGB (Red+Green+Blue) = 204+216+212=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8D4 is #33272B. Grayscale: #D3D3D3. Windows color (decimal): -3352364 or 13949132. OLE color: 13949132.

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

Color convert

RGB204216212-
CMYK0.0600.020.15
HSL160º13.33%82.35%-
HSV(B)160º5.56%84.71%-
XYZ61.3466.771.93-
YUV211.96128.02122.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.28%
GREEN value IS 216 (84.77% from 255) = 34.18%
BLUE value IS 212 (83.20% from 255) = 33.54%
R=32.28%
G=34.18%
B=33.54%

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
Decimal2042162120.0600.020.1516013.3382.35
HexCCD8D4602Fa0d52
Octal3143303246021724015122
Binary11001100110110001101010011001011111010000011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8D4; }

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

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

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

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

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

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

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

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