#CAE5DE

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

Shades of Jagged Ice #CAE5DE

Tints of Jagged Ice #CAE5DE

Color information

#CAE5DE (or 0xCAE5DE) is unknown color: approx Jagged Ice. HEX triplet: CA, E5 and DE. RGB value is (202,229,222). Sum of RGB (Red+Green+Blue) = 202+229+222=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5DE is #351A21. Grayscale: #DCDCDC. Windows color (decimal): -3480098 or 14607818. OLE color: 14607818.

HSL color Cylindrical-coordinate representation of color #CAE5DE: hue angle of 164.44º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE5DE is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB202229222-
CMYK0.1200.030.10
HSL164.44º34.18%84.51%-
HSV(B)164.44º11.79%89.8%-
XYZ65.5673.8779.91-
YUV220.13129.05115.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.93%
GREEN value IS 229 (89.84% from 255) = 35.07%
BLUE value IS 222 (87.11% from 255) = 34.00%
R=30.93%
G=35.07%
B=34.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022292220.1200.030.10164.4434.1884.51
HexCAE5DEC03Aa42255
Octal31234533614031224442125
Binary11001010111001011101111011000111010101001001000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE5DE; }

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

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

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

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

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

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

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

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