#CCDBD5

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

Shades of Iceberg #CCDBD5

Tints of Iceberg #CCDBD5

Color information

#CCDBD5 (or 0xCCDBD5) is unknown color: approx Iceberg. HEX triplet: CC, DB and D5. RGB value is (204,219,213). Sum of RGB (Red+Green+Blue) = 204+219+213=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBD5 is #33242A. Grayscale: #D5D5D5. Windows color (decimal): -3351595 or 14015436. OLE color: 14015436.

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

Color convert

RGB204219213-
CMYK0.0700.030.14
HSL156º17.24%82.94%-
HSV(B)156º6.85%85.88%-
XYZ62.2468.372.85-
YUV213.83127.53120.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 213 (83.59% from 255) = 33.49%
R=32.08%
G=34.43%
B=33.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042192130.0700.030.1415617.2482.94
HexCCDBD5703E9c1153
Octal3143333257031623421123
Binary110011001101101111010101111011111010011100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBD5; }

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

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

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

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

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

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

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

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