#CAEBE4

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

Shades of Jagged Ice #CAEBE4

Tints of Jagged Ice #CAEBE4

Color information

#CAEBE4 (or 0xCAEBE4) is unknown color: approx Jagged Ice. HEX triplet: CA, EB and E4. RGB value is (202,235,228). Sum of RGB (Red+Green+Blue) = 202+235+228=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 228 (89.45% from 255 or 34.29% from 665); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBE4 is #35141B. Grayscale: #E0E0E0. Windows color (decimal): -3478556 or 15002570. OLE color: 15002570.

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

Color convert

RGB202235228-
CMYK0.1400.030.08
HSL167.27º45.21%85.69%-
HSV(B)167.27º14.04%92.16%-
XYZ68.0777.5784.78-
YUV224.33130.07112.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.38%
GREEN value IS 235 (92.19% from 255) = 35.34%
BLUE value IS 228 (89.45% from 255) = 34.29%
R=30.38%
G=35.34%
B=34.29%

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
Decimal2022352280.1400.030.08167.2745.2185.69
HexCAEBE4E038a72d56
Octal31235334416031024755126
Binary11001010111010111110010011100111000101001111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBE4; }

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

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

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

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

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

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

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

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