#CDE5DC

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

Shades of Iceberg #CDE5DC

Tints of Iceberg #CDE5DC

Color information

#CDE5DC (or 0xCDE5DC) is unknown color: approx Iceberg. HEX triplet: CD, E5 and DC. RGB value is (205,229,220). Sum of RGB (Red+Green+Blue) = 205+229+220=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE5DC is #321A23. Grayscale: #DCDCDC. Windows color (decimal): -3283492 or 14476749. OLE color: 14476749.

HSL color Cylindrical-coordinate representation of color #CDE5DC: hue angle of 157.5º 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 #CDE5DC is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB205229220-
CMYK0.1000.040.10
HSL157.5º31.58%85.1%-
HSV(B)157.5º10.48%89.8%-
XYZ66.1174.1978.54-
YUV220.8127.55116.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 229 (89.84% from 255) = 35.02%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=31.35%
G=35.02%
B=33.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052292200.1000.040.10157.531.5885.1
HexCDE5DCA04A9e2055
Octal31534533412041223640125
Binary110011011110010111011100101001001010100111101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE5DC; }

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

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

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

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

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

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

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

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