#CAEBE6

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

Shades of Jagged Ice #CAEBE6

Tints of Jagged Ice #CAEBE6

Color information

#CAEBE6 (or 0xCAEBE6) is unknown color: approx Jagged Ice. HEX triplet: CA, EB and E6. RGB value is (202,235,230). Sum of RGB (Red+Green+Blue) = 202+235+230=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEBE6 is #351419. Grayscale: #E0E0E0. Windows color (decimal): -3478554 or 15133642. OLE color: 15133642.

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

Color convert

RGB202235230-
CMYK0.1400.020.08
HSL170.91º45.21%85.69%-
HSV(B)170.91º14.04%92.16%-
XYZ68.3577.6986.26-
YUV224.56131.07111.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.28%
GREEN value IS 235 (92.19% from 255) = 35.23%
BLUE value IS 230 (90.23% from 255) = 34.48%
R=30.28%
G=35.23%
B=34.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022352300.1400.020.08170.9145.2185.69
HexCAEBE6E028ab2d56
Octal31235334616021025355126
Binary11001010111010111110011011100101000101010111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBE6; }

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

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

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

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

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

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

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

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