Html Css Color HEX #C8DACF Granny Apple

📋 copy color: '#C8DACF'

red 200 ◦ green 218 ◦ blue 207

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

Shades of Granny Apple #C8DACF

Tints of Granny Apple #C8DACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.12%

R = 32%
G = 34.88%
B = 33.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#C8DACF (or 0xC8DACF) is known color: Granny Apple. HEX triplet: C8, DA and CF. RGB value is (200,218,207). Sum of RGB (Red+Green+Blue) = 200+218+207=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DACF is #372530. Grayscale: #D3D3D3. Windows color (decimal): -3614001 or 13621960. OLE color: 13621960.

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

Color convert

RGB 200 218 207 -
CMYK 0.08 0 0.05 0.15
HSL 143.33º 0.2% 0.82% -
HSV(B) 143.33º 0.08% 0.85% -
XYZ 60.15 66.93 68.78 -
YUV 211.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 200 218 207 0.08 0 0.05 0.15 143.33 0.2 0.82
Hex C8 DA CF 8 0 5 F 8F 14 52
Octal 310 332 317 10 0 5 17 217 24 122
Binary 11001000 11011010 11001111 1000 0 101 1111 10001111 10100 1010010

Color Harmonies of #C8DACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DACF

Black with #C8DACF

Text Example


Text Example

White with #C8DACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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