#CAF1CB

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

Shades of Granny Apple #CAF1CB

Tints of Granny Apple #CAF1CB

Color information

#CAF1CB (or 0xCAF1CB) is unknown color: approx Granny Apple. HEX triplet: CA, F1 and CB. RGB value is (202,241,203). Sum of RGB (Red+Green+Blue) = 202+241+203=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 241 (94.53% from 255 or 37.31% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1CB is #350E34. Grayscale: #E1E1E1. Windows color (decimal): -3477045 or 13365706. OLE color: 13365706.

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

Color convert

RGB202241203-
CMYK0.1600.160.05
HSL121.54º58.21%86.86%-
HSV(B)121.54º16.18%94.51%-
XYZ66.5979.7868.39-
YUV225.01115.58111.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.27%
GREEN value IS 241 (94.53% from 255) = 37.31%
BLUE value IS 203 (79.69% from 255) = 31.42%
R=31.27%
G=37.31%
B=31.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022412030.1600.160.05121.5458.2186.86
HexCAF1CB1001057a3a57
Octal31236131320020517272127
Binary1100101011110001110010111000001000010111110101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1CB; }

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

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

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

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

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

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

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

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