#CAEAE4

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

Shades of Jagged Ice #CAEAE4

Tints of Jagged Ice #CAEAE4

Color information

#CAEAE4 (or 0xCAEAE4) is unknown color: approx Jagged Ice. HEX triplet: CA, EA and E4. RGB value is (202,234,228). Sum of RGB (Red+Green+Blue) = 202+234+228=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 228 (89.45% from 255 or 34.34% from 664); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEAE4 is #35151B. Grayscale: #DFDFDF. Windows color (decimal): -3478812 or 15002314. OLE color: 15002314.

HSL color Cylindrical-coordinate representation of color #CAEAE4: hue angle of 168.75º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEAE4 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB202234228-
CMYK0.1400.030.08
HSL168.75º43.24%85.49%-
HSV(B)168.75º13.68%91.76%-
XYZ67.787784.69-
YUV223.75130.4112.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.42%
GREEN value IS 234 (91.80% from 255) = 35.24%
BLUE value IS 228 (89.45% from 255) = 34.34%
R=30.42%
G=35.24%
B=34.34%

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
Decimal2022342280.1400.030.08168.7543.2485.49
HexCAEAE4E038a92b55
Octal31235234416031025153125
Binary11001010111010101110010011100111000101010011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAE4; }

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

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

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

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

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

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

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

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