#CDDBD7

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

Shades of Iceberg #CDDBD7

Tints of Iceberg #CDDBD7

Color information

#CDDBD7 (or 0xCDDBD7) is unknown color: approx Iceberg. HEX triplet: CD, DB and D7. RGB value is (205,219,215). Sum of RGB (Red+Green+Blue) = 205+219+215=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBD7 is #322428. Grayscale: #D6D6D6. Windows color (decimal): -3286057 or 14146509. OLE color: 14146509.

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

Color convert

RGB205219215-
CMYK0.0600.020.14
HSL162.86º16.28%83.14%-
HSV(B)162.86º6.39%85.88%-
XYZ62.7768.5574.21-
YUV214.36128.36121.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.08%
GREEN value IS 219 (85.94% from 255) = 34.27%
BLUE value IS 215 (84.38% from 255) = 33.65%
R=32.08%
G=34.27%
B=33.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052192150.0600.020.14162.8616.2883.14
HexCDDBD7602Ea31053
Octal3153333276021624320123
Binary110011011101101111010111110010111010100011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBD7; }

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

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

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

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

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

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

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

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