#C3FAD5

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

Shades of Granny Apple #C3FAD5

Tints of Granny Apple #C3FAD5

Color information

#C3FAD5 (or 0xC3FAD5) is unknown color: approx Granny Apple. HEX triplet: C3, FA and D5. RGB value is (195,250,213). Sum of RGB (Red+Green+Blue) = 195+250+213=658 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.64% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FAD5 is #3C052A. Grayscale: #E5E5E5. Windows color (decimal): -3933483 or 14023363. OLE color: 14023363.

HSL color Cylindrical-coordinate representation of color #C3FAD5: hue angle of 139.64º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3FAD5 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB195250213-
CMYK0.2200.150.02
HSL139.64º84.62%87.25%-
HSV(B)139.64º22%98.04%-
XYZ68.784.7875.69-
YUV229.34118.78103.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.64%
GREEN value IS 250 (98.05% from 255) = 37.99%
BLUE value IS 213 (83.59% from 255) = 32.37%
R=29.64%
G=37.99%
B=32.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952502130.2200.150.02139.6484.6287.25
HexC3FAD5160F28c5557
Octal303372325260172214125127
Binary1100001111111010110101011011001111101000110010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FAD5; }

 p { color: rgb(195,250,213); }

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

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

 a { background-color: rgb(195,250,213); }

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

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

 span { border-color: rgb(195,250,213); }

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