#CAE9E3

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

Shades of Jagged Ice #CAE9E3

Tints of Jagged Ice #CAE9E3

Color information

#CAE9E3 (or 0xCAE9E3) is unknown color: approx Jagged Ice. HEX triplet: CA, E9 and E3. RGB value is (202,233,227). Sum of RGB (Red+Green+Blue) = 202+233+227=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 227 (89.06% from 255 or 34.29% from 662); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE9E3 is #35161C. Grayscale: #DFDFDF. Windows color (decimal): -3479069 or 14936522. OLE color: 14936522.

HSL color Cylindrical-coordinate representation of color #CAE9E3: hue angle of 168.39º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAE9E3 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB202233227-
CMYK0.1300.030.09
HSL168.39º41.33%85.29%-
HSV(B)168.39º13.3%91.37%-
XYZ67.3676.3883.87-
YUV223.05130.23112.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.51%
GREEN value IS 233 (91.41% from 255) = 35.20%
BLUE value IS 227 (89.06% from 255) = 34.29%
R=30.51%
G=35.20%
B=34.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022332270.1300.030.09168.3941.3385.29
HexCAE9E3D039a82955
Octal31235134315031125051125
Binary11001010111010011110001111010111001101010001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE9E3; }

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

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

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

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

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

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

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

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