#CDE5DE

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

Shades of Iceberg #CDE5DE

Tints of Iceberg #CDE5DE

Color information

#CDE5DE (or 0xCDE5DE) is unknown color: approx Iceberg. HEX triplet: CD, E5 and DE. RGB value is (205,229,222). Sum of RGB (Red+Green+Blue) = 205+229+222=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE5DE is #321A21. Grayscale: #DDDDDD. Windows color (decimal): -3283490 or 14607821. OLE color: 14607821.

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

Color convert

RGB205229222-
CMYK0.1000.030.10
HSL162.5º31.58%85.1%-
HSV(B)162.5º10.48%89.8%-
XYZ66.3874.2979.95-
YUV221.03128.55116.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.25%
GREEN value IS 229 (89.84% from 255) = 34.91%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=31.25%
G=34.91%
B=33.84%

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
Decimal2052292220.1000.030.10162.531.5885.1
HexCDE5DEA03Aa22055
Octal31534533612031224240125
Binary11001101111001011101111010100111010101000101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE5DE; }

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

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

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

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

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

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

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

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