#CAEBE5

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

Shades of Jagged Ice #CAEBE5

Tints of Jagged Ice #CAEBE5

Color information

#CAEBE5 (or 0xCAEBE5) is unknown color: approx Jagged Ice. HEX triplet: CA, EB and E5. RGB value is (202,235,229). Sum of RGB (Red+Green+Blue) = 202+235+229=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBE5 is #35141A. Grayscale: #E0E0E0. Windows color (decimal): -3478555 or 15068106. OLE color: 15068106.

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

Color convert

RGB202235229-
CMYK0.1400.030.08
HSL169.09º45.21%85.69%-
HSV(B)169.09º14.04%92.16%-
XYZ68.2177.6385.52-
YUV224.45130.57111.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.33%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 229 (89.84% from 255) = 34.38%
R=30.33%
G=35.29%
B=34.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022352290.1400.030.08169.0945.2185.69
HexCAEBE5E038a92d56
Octal31235334516031025155126
Binary11001010111010111110010111100111000101010011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBE5; }

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

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

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

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

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

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

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

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