#CDE5DD

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

Shades of Iceberg #CDE5DD

Tints of Iceberg #CDE5DD

Color information

#CDE5DD (or 0xCDE5DD) is unknown color: approx Iceberg. HEX triplet: CD, E5 and DD. RGB value is (205,229,221). Sum of RGB (Red+Green+Blue) = 205+229+221=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE5DD is #321A22. Grayscale: #DCDCDC. Windows color (decimal): -3283491 or 14542285. OLE color: 14542285.

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

Color convert

RGB205229221-
CMYK0.1000.030.10
HSL160º31.58%85.1%-
HSV(B)160º10.48%89.8%-
XYZ66.2574.2479.24-
YUV220.91128.05116.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 229 (89.84% from 255) = 34.96%
BLUE value IS 221 (86.72% from 255) = 33.74%
R=31.30%
G=34.96%
B=33.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052292210.1000.030.1016031.5885.1
HexCDE5DDA03Aa02055
Octal31534533512031224040125
Binary11001101111001011101110110100111010101000001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE5DD; }

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

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

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

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

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

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

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

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