#CAEDE6

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

Shades of Jagged Ice #CAEDE6

Tints of Jagged Ice #CAEDE6

Color information

#CAEDE6 (or 0xCAEDE6) is unknown color: approx Jagged Ice. HEX triplet: CA, ED and E6. RGB value is (202,237,230). Sum of RGB (Red+Green+Blue) = 202+237+230=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDE6 is #351219. Grayscale: #E1E1E1. Windows color (decimal): -3478042 or 15134154. OLE color: 15134154.

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

Color convert

RGB202237230-
CMYK0.1500.030.07
HSL168º49.3%86.08%-
HSV(B)168º14.77%92.94%-
XYZ68.9278.8486.45-
YUV225.74130.4111.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.19%
GREEN value IS 237 (92.97% from 255) = 35.43%
BLUE value IS 230 (90.23% from 255) = 34.38%
R=30.19%
G=35.43%
B=34.38%

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
Decimal2022372300.1500.030.0716849.386.08
HexCAEDE6F037a83156
Octal3123553461703725061126
Binary1100101011101101111001101111011111101010001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDE6; }

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

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

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

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

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

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

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

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