#CAFCCF

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

Shades of Granny Apple #CAFCCF

Tints of Granny Apple #CAFCCF

Color information

#CAFCCF (or 0xCAFCCF) is unknown color: approx Granny Apple. HEX triplet: CA, FC and CF. RGB value is (202,252,207). Sum of RGB (Red+Green+Blue) = 202+252+207=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFCCF is #350330. Grayscale: #E8E8E8. Windows color (decimal): -3474225 or 13630666. OLE color: 13630666.

HSL color Cylindrical-coordinate representation of color #CAFCCF: hue angle of 126º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFCCF is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB202252207-
CMYK0.2000.180.01
HSL126º89.29%89.02%-
HSV(B)126º19.84%98.82%-
XYZ70.4386.6872.05-
YUV231.92113.94106.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.56%
GREEN value IS 252 (98.83% from 255) = 38.12%
BLUE value IS 207 (81.25% from 255) = 31.32%
R=30.56%
G=38.12%
B=31.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022522070.2000.180.0112689.2989.02
HexCAFCCF1401217e5959
Octal312374317240221176131131
Binary110010101111110011001111101000100101111111010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFCCF; }

 p { color: rgb(202,252,207); }

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

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

 a { background-color: rgb(202,252,207); }

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

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

 span { border-color: rgb(202,252,207); }

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