#CCDBD8

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

Shades of Iceberg #CCDBD8

Tints of Iceberg #CCDBD8

Color information

#CCDBD8 (or 0xCCDBD8) is unknown color: approx Iceberg. HEX triplet: CC, DB and D8. RGB value is (204,219,216). Sum of RGB (Red+Green+Blue) = 204+219+216=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBD8 is #332427. Grayscale: #D6D6D6. Windows color (decimal): -3351592 or 14212044. OLE color: 14212044.

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

Color convert

RGB204219216-
CMYK0.0700.010.14
HSL168º17.24%82.94%-
HSV(B)168º6.85%85.88%-
XYZ62.6368.4674.88-
YUV214.17129.03120.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 219 (85.94% from 255) = 34.27%
BLUE value IS 216 (84.77% from 255) = 33.80%
R=31.92%
G=34.27%
B=33.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042192160.0700.010.1416817.2482.94
HexCCDBD8701Ea81153
Octal3143333307011625021123
Binary11001100110110111101100011101111010101000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBD8; }

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

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

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

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

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

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

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

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