#CAEDE5

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

Shades of Jagged Ice #CAEDE5

Tints of Jagged Ice #CAEDE5

Color information

#CAEDE5 (or 0xCAEDE5) is unknown color: approx Jagged Ice. HEX triplet: CA, ED and E5. RGB value is (202,237,229). Sum of RGB (Red+Green+Blue) = 202+237+229=668 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.24% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 229 (89.84% from 255 or 34.28% from 668); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDE5 is #35121A. Grayscale: #E1E1E1. Windows color (decimal): -3478043 or 15068618. OLE color: 15068618.

HSL color Cylindrical-coordinate representation of color #CAEDE5: hue angle of 166.29º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEDE5 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB202237229-
CMYK0.1500.030.07
HSL166.29º49.3%86.08%-
HSV(B)166.29º14.77%92.94%-
XYZ68.7878.7885.71-
YUV225.62129.9111.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.24%
GREEN value IS 237 (92.97% from 255) = 35.48%
BLUE value IS 229 (89.84% from 255) = 34.28%
R=30.24%
G=35.48%
B=34.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022372290.1500.030.07166.2949.386.08
HexCAEDE5F037a63156
Octal3123553451703724661126
Binary1100101011101101111001011111011111101001101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDE5; }

 p { color: rgb(202,237,229); }

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

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

 a { background-color: rgb(202,237,229); }

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

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

 span { border-color: rgb(202,237,229); }

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