#C3EDD0

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

Shades of Granny Apple #C3EDD0

Tints of Granny Apple #C3EDD0

Color information

#C3EDD0 (or 0xC3EDD0) is unknown color: approx Granny Apple. HEX triplet: C3, ED and D0. RGB value is (195,237,208). Sum of RGB (Red+Green+Blue) = 195+237+208=640 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.47% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #C3EDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EDD0 is #3C122F. Grayscale: #DDDDDD. Windows color (decimal): -3936816 or 13692355. OLE color: 13692355.

HSL color Cylindrical-coordinate representation of color #C3EDD0: hue angle of 138.57º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3EDD0 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB195237208-
CMYK0.1800.120.07
HSL138.57º53.85%84.71%-
HSV(B)138.57º17.72%92.94%-
XYZ64.1876.7271.1-
YUV221.14120.59109.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.47%
GREEN value IS 237 (92.97% from 255) = 37.03%
BLUE value IS 208 (81.64% from 255) = 32.5%
R=30.47%
G=37.03%
B=32.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1952372080.1800.120.07138.5753.8584.71
HexC3EDD0120C78b3655
Octal30335532022014721366125
Binary1100001111101101110100001001001100111100010111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EDD0; }

 p { color: rgb(195,237,208); }

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

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

 a { background-color: rgb(195,237,208); }

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

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

 span { border-color: rgb(195,237,208); }

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