#CDE4DF

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

Shades of Jagged Ice #CDE4DF

Tints of Jagged Ice #CDE4DF

Color information

#CDE4DF (or 0xCDE4DF) is unknown color: approx Jagged Ice. HEX triplet: CD, E4 and DF. RGB value is (205,228,223). Sum of RGB (Red+Green+Blue) = 205+228+223=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE4DF is #321B20. Grayscale: #DCDCDC. Windows color (decimal): -3283745 or 14673101. OLE color: 14673101.

HSL color Cylindrical-coordinate representation of color #CDE4DF: hue angle of 166.96º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE4DF is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB205228223-
CMYK0.1000.020.11
HSL166.96º29.87%84.9%-
HSV(B)166.96º10.09%89.41%-
XYZ66.2473.7980.56-
YUV220.55129.38116.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.25%
GREEN value IS 228 (89.45% from 255) = 34.76%
BLUE value IS 223 (87.5% from 255) = 33.99%
R=31.25%
G=34.76%
B=33.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052282230.1000.020.11166.9629.8784.9
HexCDE4DFA02Ba71e55
Octal31534433712021324736125
Binary1100110111100100110111111010010101110100111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE4DF; }

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

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

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

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

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

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

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

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