#CAF1E9

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

Shades of Jagged Ice #CAF1E9

Tints of Jagged Ice #CAF1E9

Color information

#CAF1E9 (or 0xCAF1E9) is unknown color: approx Jagged Ice. HEX triplet: CA, F1 and E9. RGB value is (202,241,233). Sum of RGB (Red+Green+Blue) = 202+241+233=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 233 (91.41% from 255 or 34.47% from 676); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF1E9 is #350E16. Grayscale: #E4E4E4. Windows color (decimal): -3477015 or 15331786. OLE color: 15331786.

HSL color Cylindrical-coordinate representation of color #CAF1E9: hue angle of 167.69º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF1E9 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB202241233-
CMYK0.1600.030.05
HSL167.69º58.21%86.86%-
HSV(B)167.69º16.18%94.51%-
XYZ70.5281.3589.08-
YUV228.43130.58109.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.88%
GREEN value IS 241 (94.53% from 255) = 35.65%
BLUE value IS 233 (91.41% from 255) = 34.47%
R=29.88%
G=35.65%
B=34.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022412330.1600.030.05167.6958.2186.86
HexCAF1E910035a83a57
Octal3123613512003525072127
Binary11001010111100011110100110000011101101010001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1E9; }

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

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

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

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

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

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

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

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