#C9EBD0

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

Shades of Granny Apple #C9EBD0

Tints of Granny Apple #C9EBD0

Color information

#C9EBD0 (or 0xC9EBD0) is unknown color: approx Granny Apple. HEX triplet: C9, EB and D0. RGB value is (201,235,208). Sum of RGB (Red+Green+Blue) = 201+235+208=644 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.21% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EBD0 is #36142F. Grayscale: #DDDDDD. Windows color (decimal): -3544112 or 13691849. OLE color: 13691849.

HSL color Cylindrical-coordinate representation of color #C9EBD0: hue angle of 132.35º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9EBD0 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB201235208-
CMYK0.1400.110.08
HSL132.35º45.95%85.49%-
HSV(B)132.35º14.47%92.16%-
XYZ65.1876.3970.98-
YUV221.76120.24113.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.21%
GREEN value IS 235 (92.19% from 255) = 36.49%
BLUE value IS 208 (81.64% from 255) = 32.30%
R=31.21%
G=36.49%
B=32.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012352080.1400.110.08132.3545.9585.49
HexC9EBD0E0B8842e55
Octal311353320160131020456125
Binary1100100111101011110100001110010111000100001001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EBD0; }

 p { color: rgb(201,235,208); }

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

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

 a { background-color: rgb(201,235,208); }

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

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

 span { border-color: rgb(201,235,208); }

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