#CAEBE3

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

Shades of Jagged Ice #CAEBE3

Tints of Jagged Ice #CAEBE3

Color information

#CAEBE3 (or 0xCAEBE3) is unknown color: approx Jagged Ice. HEX triplet: CA, EB and E3. RGB value is (202,235,227). Sum of RGB (Red+Green+Blue) = 202+235+227=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 227 (89.06% from 255 or 34.19% from 664); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBE3 is #35141C. Grayscale: #E0E0E0. Windows color (decimal): -3478557 or 14937034. OLE color: 14937034.

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

Color convert

RGB202235227-
CMYK0.1400.030.08
HSL165.45º45.21%85.69%-
HSV(B)165.45º14.04%92.16%-
XYZ67.9377.5284.06-
YUV224.22129.57112.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.42%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 227 (89.06% from 255) = 34.19%
R=30.42%
G=35.39%
B=34.19%

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
Decimal2022352270.1400.030.08165.4545.2185.69
HexCAEBE3E038a52d56
Octal31235334316031024555126
Binary11001010111010111110001111100111000101001011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBE3; }

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

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

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

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

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

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

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

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