#CCDBD7

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

Shades of Iceberg #CCDBD7

Tints of Iceberg #CCDBD7

Color information

#CCDBD7 (or 0xCCDBD7) is unknown color: approx Iceberg. HEX triplet: CC, DB and D7. RGB value is (204,219,215). Sum of RGB (Red+Green+Blue) = 204+219+215=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBD7 is #332428. Grayscale: #D6D6D6. Windows color (decimal): -3351593 or 14146508. OLE color: 14146508.

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

Color convert

RGB204219215-
CMYK0.0700.020.14
HSL164º17.24%82.94%-
HSV(B)164º6.85%85.88%-
XYZ62.568.4174.2-
YUV214.06128.53120.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 219 (85.94% from 255) = 34.33%
BLUE value IS 215 (84.38% from 255) = 33.70%
R=31.97%
G=34.33%
B=33.70%

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
Decimal2042192150.0700.020.1416417.2482.94
HexCCDBD7702Ea41153
Octal3143333277021624421123
Binary110011001101101111010111111010111010100100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBD7; }

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

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

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

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

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

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

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

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