#CDE6DF

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

Shades of Jagged Ice #CDE6DF

Tints of Jagged Ice #CDE6DF

Color information

#CDE6DF (or 0xCDE6DF) is unknown color: approx Jagged Ice. HEX triplet: CD, E6 and DF. RGB value is (205,230,223). Sum of RGB (Red+Green+Blue) = 205+230+223=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6DF is #321920. Grayscale: #DDDDDD. Windows color (decimal): -3283233 or 14673613. OLE color: 14673613.

HSL color Cylindrical-coordinate representation of color #CDE6DF: hue angle of 163.2º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDE6DF is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB205230223-
CMYK0.1100.030.10
HSL163.2º33.33%85.29%-
HSV(B)163.2º10.87%90.2%-
XYZ66.7974.980.75-
YUV221.73128.72116.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.16%
GREEN value IS 230 (90.23% from 255) = 34.95%
BLUE value IS 223 (87.5% from 255) = 33.89%
R=31.16%
G=34.95%
B=33.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052302230.1100.030.10163.233.3385.29
HexCDE6DFB03Aa32155
Octal31534633713031224341125
Binary11001101111001101101111110110111010101000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE6DF; }

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

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

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

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

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

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

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

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