#CDE4E2

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

Shades of Jagged Ice #CDE4E2

Tints of Jagged Ice #CDE4E2

Color information

#CDE4E2 (or 0xCDE4E2) is unknown color: approx Jagged Ice. HEX triplet: CD, E4 and E2. RGB value is (205,228,226). Sum of RGB (Red+Green+Blue) = 205+228+226=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 228 (89.45% from 255 or 34.60% from 659); Blue value is 226 (88.67% from 255 or 34.29% from 659); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE4E2 is #321B1D. Grayscale: #DCDCDC. Windows color (decimal): -3283742 or 14869709. OLE color: 14869709.

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

Color convert

RGB205228226-
CMYK0.1000.010.11
HSL174.78º29.87%84.9%-
HSV(B)174.78º10.09%89.41%-
XYZ66.6573.9682.71-
YUV220.9130.88116.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.11%
GREEN value IS 228 (89.45% from 255) = 34.60%
BLUE value IS 226 (88.67% from 255) = 34.29%
R=31.11%
G=34.60%
B=34.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052282260.1000.010.11174.7829.8784.9
HexCDE4E2A01Baf1e55
Octal31534434212011325736125
Binary110011011110010011100010101001101110101111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE4E2; }

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

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

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

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

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

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

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

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