#CAECE7

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

Shades of Jagged Ice #CAECE7

Tints of Jagged Ice #CAECE7

Color information

#CAECE7 (or 0xCAECE7) is unknown color: approx Jagged Ice. HEX triplet: CA, EC and E7. RGB value is (202,236,231). Sum of RGB (Red+Green+Blue) = 202+236+231=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAECE7 is #351318. Grayscale: #E1E1E1. Windows color (decimal): -3478297 or 15199434. OLE color: 15199434.

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

Color convert

RGB202236231-
CMYK0.1400.020.07
HSL171.18º47.22%85.88%-
HSV(B)171.18º14.41%92.55%-
XYZ68.7878.3287.09-
YUV225.26131.24111.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.19%
GREEN value IS 236 (92.58% from 255) = 35.28%
BLUE value IS 231 (90.62% from 255) = 34.53%
R=30.19%
G=35.28%
B=34.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022362310.1400.020.07171.1847.2285.88
HexCAECE7E027ab2f56
Octal3123543471602725357126
Binary1100101011101100111001111110010111101010111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECE7; }

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

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

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

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

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

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

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

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