#C8DACE

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

Shades of Granny Apple #C8DACE

Tints of Granny Apple #C8DACE

Color information

#C8DACE (or 0xC8DACE) is unknown color: approx Granny Apple. HEX triplet: C8, DA and CE. RGB value is (200,218,206). Sum of RGB (Red+Green+Blue) = 200+218+206=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DACE is #372531. Grayscale: #D3D3D3. Windows color (decimal): -3614002 or 13556424. OLE color: 13556424.

HSL color Cylindrical-coordinate representation of color #C8DACE: hue angle of 140º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8DACE is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB200218206-
CMYK0.0800.060.15
HSL140º19.57%81.96%-
HSV(B)140º8.26%85.49%-
XYZ60.0366.8868.14-
YUV211.25125.04119.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.05%
GREEN value IS 218 (85.55% from 255) = 34.94%
BLUE value IS 206 (80.86% from 255) = 33.01%
R=32.05%
G=34.94%
B=33.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002182060.0800.060.1514019.5781.96
HexC8DACE806F8c1452
Octal31033231610061721424122
Binary11001000110110101100111010000110111110001100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DACE; }

 p { color: rgb(200,218,206); }

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

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

 a { background-color: rgb(200,218,206); }

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

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

 span { border-color: rgb(200,218,206); }

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