#CAFACD

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

Shades of Granny Apple #CAFACD

Tints of Granny Apple #CAFACD

Color information

#CAFACD (or 0xCAFACD) is unknown color: approx Granny Apple. HEX triplet: CA, FA and CD. RGB value is (202,250,205). Sum of RGB (Red+Green+Blue) = 202+250+205=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFACD is #350532. Grayscale: #E6E6E6. Windows color (decimal): -3474739 or 13499082. OLE color: 13499082.

HSL color Cylindrical-coordinate representation of color #CAFACD: hue angle of 123.75º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAFACD is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB202250205-
CMYK0.1900.180.02
HSL123.75º82.76%88.63%-
HSV(B)123.75º19.2%98.04%-
XYZ69.5685.3470.56-
YUV230.52113.6107.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.75%
GREEN value IS 250 (98.05% from 255) = 38.05%
BLUE value IS 205 (80.47% from 255) = 31.20%
R=30.75%
G=38.05%
B=31.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022502050.1900.180.02123.7582.7688.63
HexCAFACD1301227c5359
Octal312372315230222174123131
Binary1100101011111010110011011001101001010111110010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFACD; }

 p { color: rgb(202,250,205); }

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

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

 a { background-color: rgb(202,250,205); }

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

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

 span { border-color: rgb(202,250,205); }

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