#CDE1DD

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

Shades of Jagged Ice #CDE1DD

Tints of Jagged Ice #CDE1DD

Color information

#CDE1DD (or 0xCDE1DD) is unknown color: approx Jagged Ice. HEX triplet: CD, E1 and DD. RGB value is (205,225,221). Sum of RGB (Red+Green+Blue) = 205+225+221=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1DD is #321E22. Grayscale: #DADADA. Windows color (decimal): -3284515 or 14541261. OLE color: 14541261.

HSL color Cylindrical-coordinate representation of color #CDE1DD: hue angle of 168º 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 #CDE1DD is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB205225221-
CMYK0.0900.020.12
HSL168º25%84.31%-
HSV(B)168º8.89%88.24%-
XYZ65.1572.0578.88-
YUV218.56129.37118.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.49%
GREEN value IS 225 (88.28% from 255) = 34.56%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=31.49%
G=34.56%
B=33.95%

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
Decimal2052252210.0900.020.121682584.31
HexCDE1DD902Ca81954
Octal31534133511021425031124
Binary1100110111100001110111011001010110010101000110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1DD; }

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

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

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

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

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

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

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

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