#CAEDE7

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

Shades of Jagged Ice #CAEDE7

Tints of Jagged Ice #CAEDE7

Color information

#CAEDE7 (or 0xCAEDE7) is unknown color: approx Jagged Ice. HEX triplet: CA, ED and E7. RGB value is (202,237,231). Sum of RGB (Red+Green+Blue) = 202+237+231=670 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.15% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 231 (90.62% from 255 or 34.48% from 670); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDE7 is #351218. Grayscale: #E1E1E1. Windows color (decimal): -3478041 or 15199690. OLE color: 15199690.

HSL color Cylindrical-coordinate representation of color #CAEDE7: hue angle of 169.71º 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 #CAEDE7 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB202237231-
CMYK0.1500.030.07
HSL169.71º49.3%86.08%-
HSV(B)169.71º14.77%92.94%-
XYZ69.0778.8987.19-
YUV225.85130.9110.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.15%
GREEN value IS 237 (92.97% from 255) = 35.37%
BLUE value IS 231 (90.62% from 255) = 34.48%
R=30.15%
G=35.37%
B=34.48%

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
Decimal2022372310.1500.030.07169.7149.386.08
HexCAEDE7F037aa3156
Octal3123553471703725261126
Binary1100101011101101111001111111011111101010101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDE7; }

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

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

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

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

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

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

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

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