Html Css Color HEX #C8DAAC Pale Leaf

📋 copy color: '#C8DAAC'

red 200 ◦ green 218 ◦ blue 172

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

Shades of Pale Leaf #C8DAAC

Tints of Pale Leaf #C8DAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.15%

R = 33.9%
G = 36.95%
B = 29.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#C8DAAC (or 0xC8DAAC) is known color: Pale Leaf. HEX triplet: C8, DA and AC. RGB value is (200,218,172). Sum of RGB (Red+Green+Blue) = 200+218+172=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DAAC is #372553. Grayscale: #CFCFCF. Windows color (decimal): -3614036 or 11328200. OLE color: 11328200.

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

Color convert

RGB 200 218 172 -
CMYK 0.08 0 0.21 0.15
HSL 83.48º 0.38% 0.76% -
HSV(B) 83.48º 0.21% 0.85% -
XYZ 56.34 65.4 48.68 -
YUV 207.37 108.04 122.74 -
System Red Green Blue C M Y K H S L
Decimal 200 218 172 0.08 0 0.21 0.15 83.48 0.38 0.76
Hex C8 DA AC 8 0 15 F 53 26 4C
Octal 310 332 254 10 0 25 17 123 46 114
Binary 11001000 11011010 10101100 1000 0 10101 1111 1010011 100110 1001100

Color Harmonies of #C8DAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DAAC

Black with #C8DAAC

Text Example


Text Example

White with #C8DAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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