#CCDBD6

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

Shades of Iceberg #CCDBD6

Tints of Iceberg #CCDBD6

Color information

#CCDBD6 (or 0xCCDBD6) is unknown color: approx Iceberg. HEX triplet: CC, DB and D6. RGB value is (204,219,214). Sum of RGB (Red+Green+Blue) = 204+219+214=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBD6 is #332429. Grayscale: #D5D5D5. Windows color (decimal): -3351594 or 14080972. OLE color: 14080972.

HSL color Cylindrical-coordinate representation of color #CCDBD6: hue angle of 160º 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 #CCDBD6 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB204219214-
CMYK0.0700.020.14
HSL160º17.24%82.94%-
HSV(B)160º6.85%85.88%-
XYZ62.3768.3673.52-
YUV213.94128.03120.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 214 (83.98% from 255) = 33.59%
R=32.03%
G=34.38%
B=33.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042192140.0700.020.1416017.2482.94
HexCCDBD6702Ea01153
Octal3143333267021624021123
Binary110011001101101111010110111010111010100000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBD6; }

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

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

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

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

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

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

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

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