#CDDBD8

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

Shades of Iceberg #CDDBD8

Tints of Iceberg #CDDBD8

Color information

#CDDBD8 (or 0xCDDBD8) is unknown color: approx Iceberg. HEX triplet: CD, DB and D8. RGB value is (205,219,216). Sum of RGB (Red+Green+Blue) = 205+219+216=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 216 (84.77% from 255 or 33.75% from 640); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBD8 is #322427. Grayscale: #D6D6D6. Windows color (decimal): -3286056 or 14212045. OLE color: 14212045.

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

Color convert

RGB205219216-
CMYK0.0600.010.14
HSL167.14º16.28%83.14%-
HSV(B)167.14º6.39%85.88%-
XYZ62.968.674.89-
YUV214.47128.86121.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.03%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 216 (84.77% from 255) = 33.75%
R=32.03%
G=34.22%
B=33.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052192160.0600.010.14167.1416.2883.14
HexCDDBD8601Ea71053
Octal3153333306011624720123
Binary11001101110110111101100011001111010100111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBD8; }

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

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

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

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

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

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

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

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