Html Css Color HEX #C8DAA6 Pale Leaf

📋 copy color: '#C8DAA6'

red 200 ◦ green 218 ◦ blue 166

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

Shades of Pale Leaf #C8DAA6

Tints of Pale Leaf #C8DAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.42%

R = 34.25%
G = 37.33%
B = 28.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#C8DAA6 (or 0xC8DAA6) is known color: Pale Leaf. HEX triplet: C8, DA and A6. RGB value is (200,218,166). Sum of RGB (Red+Green+Blue) = 200+218+166=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 166 (65.23% from 255 or 28.42% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DAA6 is #372559. Grayscale: #CECECE. Windows color (decimal): -3614042 or 10934984. OLE color: 10934984.

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

Color convert

RGB 200 218 166 -
CMYK 0.08 0 0.24 0.15
HSL 80.77º 0.41% 0.75% -
HSV(B) 80.77º 0.24% 0.85% -
XYZ 55.77 65.18 45.72 -
YUV 206.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 200 218 166 0.08 0 0.24 0.15 80.77 0.41 0.75
Hex C8 DA A6 8 0 18 F 51 29 4B
Octal 310 332 246 10 0 30 17 121 51 113
Binary 11001000 11011010 10100110 1000 0 11000 1111 1010001 101001 1001011

Color Harmonies of #C8DAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DAA6

Black with #C8DAA6

Text Example


Text Example

White with #C8DAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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