#CDE1DF

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

Shades of Jagged Ice #CDE1DF

Tints of Jagged Ice #CDE1DF

Color information

#CDE1DF (or 0xCDE1DF) is unknown color: approx Jagged Ice. HEX triplet: CD, E1 and DF. RGB value is (205,225,223). Sum of RGB (Red+Green+Blue) = 205+225+223=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1DF is #321E20. Grayscale: #DADADA. Windows color (decimal): -3284513 or 14672333. OLE color: 14672333.

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

Color convert

RGB205225223-
CMYK0.0900.010.12
HSL174º25%84.31%-
HSV(B)174º8.89%88.24%-
XYZ65.4272.1680.29-
YUV218.79130.37118.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.39%
GREEN value IS 225 (88.28% from 255) = 34.46%
BLUE value IS 223 (87.5% from 255) = 34.15%
R=31.39%
G=34.46%
B=34.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052252230.0900.010.121742584.31
HexCDE1DF901Cae1954
Octal31534133711011425631124
Binary110011011110000111011111100101110010101110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1DF; }

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

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

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

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

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

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

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

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