#CDE1DC

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

Shades of Iceberg #CDE1DC

Tints of Iceberg #CDE1DC

Color information

#CDE1DC (or 0xCDE1DC) is unknown color: approx Iceberg. HEX triplet: CD, E1 and DC. RGB value is (205,225,220). Sum of RGB (Red+Green+Blue) = 205+225+220=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1DC is #321E23. Grayscale: #DADADA. Windows color (decimal): -3284516 or 14475725. OLE color: 14475725.

HSL color Cylindrical-coordinate representation of color #CDE1DC: hue angle of 165º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDE1DC is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB205225220-
CMYK0.0900.020.12
HSL165º25%84.31%-
HSV(B)165º8.89%88.24%-
XYZ65.027278.18-
YUV218.45128.87118.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.54%
GREEN value IS 225 (88.28% from 255) = 34.62%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=31.54%
G=34.62%
B=33.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052252200.0900.020.121652584.31
HexCDE1DC902Ca51954
Octal31534133411021424531124
Binary1100110111100001110111001001010110010100101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1DC; }

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

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

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

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

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

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

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

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