#CDE6DD

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

Shades of Iceberg #CDE6DD

Tints of Iceberg #CDE6DD

Color information

#CDE6DD (or 0xCDE6DD) is unknown color: approx Iceberg. HEX triplet: CD, E6 and DD. RGB value is (205,230,221). Sum of RGB (Red+Green+Blue) = 205+230+221=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 230 (90.23% from 255 or 35.06% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6DD is #321922. Grayscale: #DDDDDD. Windows color (decimal): -3283235 or 14542541. OLE color: 14542541.

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

Color convert

RGB205230221-
CMYK0.1100.040.10
HSL158.4º33.33%85.29%-
HSV(B)158.4º10.87%90.2%-
XYZ66.5274.7979.34-
YUV221.5127.72116.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.25%
GREEN value IS 230 (90.23% from 255) = 35.06%
BLUE value IS 221 (86.72% from 255) = 33.69%
R=31.25%
G=35.06%
B=33.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052302210.1100.040.10158.433.3385.29
HexCDE6DDB04A9e2155
Octal31534633513041223641125
Binary110011011110011011011101101101001010100111101000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE6DD; }

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

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

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

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

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

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

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

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