#CDE4DD

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

Shades of Iceberg #CDE4DD

Tints of Iceberg #CDE4DD

Color information

#CDE4DD (or 0xCDE4DD) is unknown color: approx Iceberg. HEX triplet: CD, E4 and DD. RGB value is (205,228,221). Sum of RGB (Red+Green+Blue) = 205+228+221=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE4DD is #321B22. Grayscale: #DCDCDC. Windows color (decimal): -3283747 or 14542029. OLE color: 14542029.

HSL color Cylindrical-coordinate representation of color #CDE4DD: hue angle of 161.74º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE4DD is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB205228221-
CMYK0.1000.030.11
HSL161.74º29.87%84.9%-
HSV(B)161.74º10.09%89.41%-
XYZ65.9773.6979.15-
YUV220.32128.38117.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 228 (89.45% from 255) = 34.86%
BLUE value IS 221 (86.72% from 255) = 33.79%
R=31.35%
G=34.86%
B=33.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052282210.1000.030.11161.7429.8784.9
HexCDE4DDA03Ba21e55
Octal31534433512031324236125
Binary1100110111100100110111011010011101110100010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE4DD; }

 p { color: rgb(205,228,221); }

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

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

 a { background-color: rgb(205,228,221); }

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

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

 span { border-color: rgb(205,228,221); }

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