#CDE5DA

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

Shades of Iceberg #CDE5DA

Tints of Iceberg #CDE5DA

Color information

#CDE5DA (or 0xCDE5DA) is unknown color: approx Iceberg. HEX triplet: CD, E5 and DA. RGB value is (205,229,218). Sum of RGB (Red+Green+Blue) = 205+229+218=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE5DA is #321A25. Grayscale: #DCDCDC. Windows color (decimal): -3283494 or 14345677. OLE color: 14345677.

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

Color convert

RGB205229218-
CMYK0.1000.050.10
HSL152.5º31.58%85.1%-
HSV(B)152.5º10.48%89.8%-
XYZ65.8574.0877.16-
YUV220.57126.55116.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.44%
GREEN value IS 229 (89.84% from 255) = 35.12%
BLUE value IS 218 (85.55% from 255) = 33.44%
R=31.44%
G=35.12%
B=33.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052292180.1000.050.10152.531.5885.1
HexCDE5DAA05A982055
Octal31534533212051223040125
Binary110011011110010111011010101001011010100110001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE5DA; }

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

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

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

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

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

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

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

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