#CDD8D4

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

Shades of Iceberg #CDD8D4

Tints of Iceberg #CDD8D4

Color information

#CDD8D4 (or 0xCDD8D4) is unknown color: approx Iceberg. HEX triplet: CD, D8 and D4. RGB value is (205,216,212). Sum of RGB (Red+Green+Blue) = 205+216+212=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8D4 is #32272B. Grayscale: #D4D4D4. Windows color (decimal): -3286828 or 13949133. OLE color: 13949133.

HSL color Cylindrical-coordinate representation of color #CDD8D4: hue angle of 158.18º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDD8D4 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB205216212-
CMYK0.0500.020.15
HSL158.18º12.36%82.55%-
HSV(B)158.18º5.09%84.71%-
XYZ61.6266.8471.94-
YUV212.26127.86122.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.39%
GREEN value IS 216 (84.77% from 255) = 34.12%
BLUE value IS 212 (83.20% from 255) = 33.49%
R=32.39%
G=34.12%
B=33.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052162120.0500.020.15158.1812.3682.55
HexCDD8D4502F9ec53
Octal3153303245021723614123
Binary11001101110110001101010010101011111001111011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD8D4; }

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

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

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

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

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

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

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

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