#CAF1CC

Color #CAF1CC Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #CAF1CC

Tints of Granny Apple #CAF1CC

Color information

#CAF1CC (or 0xCAF1CC) is unknown color: approx Granny Apple. HEX triplet: CA, F1 and CC. RGB value is (202,241,204). Sum of RGB (Red+Green+Blue) = 202+241+204=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1CC is #350E33. Grayscale: #E1E1E1. Windows color (decimal): -3477044 or 13431242. OLE color: 13431242.

HSL color Cylindrical-coordinate representation of color #CAF1CC: hue angle of 123.08º 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 #CAF1CC is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB202241204-
CMYK0.1600.150.05
HSL123.08º58.21%86.86%-
HSV(B)123.08º16.18%94.51%-
XYZ66.7179.8369.02-
YUV225.12116.08111.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.22%
GREEN value IS 241 (94.53% from 255) = 37.25%
BLUE value IS 204 (80.08% from 255) = 31.53%
R=31.22%
G=37.25%
B=31.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022412040.1600.150.05123.0858.2186.86
HexCAF1CC100F57b3a57
Octal31236131420017517372127
Binary110010101111000111001100100000111110111110111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1CC; }

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

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

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

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

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

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

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

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