Html Css Color HEX #C8DACD Granny Apple

📋 copy color: '#C8DACD'

red 200 ◦ green 218 ◦ blue 205

#C8DACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #C8DACD

Tints of Granny Apple #C8DACD

RGB

 RED value IS 200 (78.52% from 255) = 32.1%

 GREEN value IS 218 (85.55% from 255) = 34.99%

 BLUE value IS 205 (80.47% from 255) = 32.91%

R = 32.1%
G = 34.99%
B = 32.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#C8DACD (or 0xC8DACD) is known color: Granny Apple. HEX triplet: C8, DA and CD. RGB value is (200,218,205). Sum of RGB (Red+Green+Blue) = 200+218+205=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DACD is #372532. Grayscale: #D3D3D3. Windows color (decimal): -3614003 or 13490888. OLE color: 13490888.

HSL color Cylindrical-coordinate representation of color #C8DACD: hue angle of 136.67º 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 #C8DACD is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 218 205 -
CMYK 0.08 0 0.06 0.15
HSL 136.67º 0.2% 0.82% -
HSV(B) 136.67º 0.08% 0.85% -
XYZ 59.91 66.83 67.5 -
YUV 211.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 200 218 205 0.08 0 0.06 0.15 136.67 0.2 0.82
Hex C8 DA CD 8 0 6 F 89 14 52
Octal 310 332 315 10 0 6 17 211 24 122
Binary 11001000 11011010 11001101 1000 0 110 1111 10001001 10100 1010010

Color Harmonies of #C8DACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DACD

Black with #C8DACD

Text Example


Text Example

White with #C8DACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DACD; }

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

 H1.HeaderClassName
 {
   color: #C8DACD;
 }
 .AnyTagClassName
 {
   color: #C8DACD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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