#C8E2D0

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

Shades of Granny Apple #C8E2D0

Tints of Granny Apple #C8E2D0

Color information

#C8E2D0 (or 0xC8E2D0) is unknown color: approx Granny Apple. HEX triplet: C8, E2 and D0. RGB value is (200,226,208). Sum of RGB (Red+Green+Blue) = 200+226+208=634 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.55% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #C8E2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E2D0 is #371D2F. Grayscale: #D8D8D8. Windows color (decimal): -3611952 or 13689544. OLE color: 13689544.

HSL color Cylindrical-coordinate representation of color #C8E2D0: hue angle of 138.46º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8E2D0 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB200226208-
CMYK0.1200.080.11
HSL138.46º30.95%83.53%-
HSV(B)138.46º11.5%88.63%-
XYZ62.471.2370.13-
YUV216.17123.39116.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.55%
GREEN value IS 226 (88.67% from 255) = 35.65%
BLUE value IS 208 (81.64% from 255) = 32.81%
R=31.55%
G=35.65%
B=32.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2002262080.1200.080.11138.4630.9583.53
HexC8E2D0C08B8a1f54
Octal310342320140101321237124
Binary110010001110001011010000110001000101110001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E2D0; }

 p { color: rgb(200,226,208); }

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

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

 a { background-color: rgb(200,226,208); }

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

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

 span { border-color: rgb(200,226,208); }

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