#CDE8E1

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

Shades of Jagged Ice #CDE8E1

Tints of Jagged Ice #CDE8E1

Color information

#CDE8E1 (or 0xCDE8E1) is unknown color: approx Jagged Ice. HEX triplet: CD, E8 and E1. RGB value is (205,232,225). Sum of RGB (Red+Green+Blue) = 205+232+225=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE8E1 is #32171E. Grayscale: #DFDFDF. Windows color (decimal): -3282719 or 14805197. OLE color: 14805197.

HSL color Cylindrical-coordinate representation of color #CDE8E1: hue angle of 164.44º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE8E1 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB205232225-
CMYK0.1200.030.09
HSL164.44º36.99%85.69%-
HSV(B)164.44º11.64%90.98%-
XYZ67.6276.1382.36-
YUV223.13129.05115.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.97%
GREEN value IS 232 (91.02% from 255) = 35.05%
BLUE value IS 225 (88.28% from 255) = 33.99%
R=30.97%
G=35.05%
B=33.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052322250.1200.030.09164.4436.9985.69
HexCDE8E1C039a42556
Octal31535034114031124445126
Binary11001101111010001110000111000111001101001001001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE8E1; }

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

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

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

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

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

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

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

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