#CDE5DF

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

Shades of Jagged Ice #CDE5DF

Tints of Jagged Ice #CDE5DF

Color information

#CDE5DF (or 0xCDE5DF) is unknown color: approx Jagged Ice. HEX triplet: CD, E5 and DF. RGB value is (205,229,223). Sum of RGB (Red+Green+Blue) = 205+229+223=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE5DF is #321A20. Grayscale: #DDDDDD. Windows color (decimal): -3283489 or 14673357. OLE color: 14673357.

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

Color convert

RGB205229223-
CMYK0.1000.030.10
HSL165º31.58%85.1%-
HSV(B)165º10.48%89.8%-
XYZ66.5274.3580.66-
YUV221.14129.05116.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.20%
GREEN value IS 229 (89.84% from 255) = 34.86%
BLUE value IS 223 (87.5% from 255) = 33.94%
R=31.20%
G=34.86%
B=33.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052292230.1000.030.1016531.5885.1
HexCDE5DFA03Aa52055
Octal31534533712031224540125
Binary11001101111001011101111110100111010101001011000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE5DF; }

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

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

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

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

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

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

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

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