Html Css Color HEX #C8DAAE Pale Leaf

📋 copy color: '#C8DAAE'

red 200 ◦ green 218 ◦ blue 174

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

Shades of Pale Leaf #C8DAAE

Tints of Pale Leaf #C8DAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.39%

R = 33.78%
G = 36.82%
B = 29.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#C8DAAE (or 0xC8DAAE) is known color: Pale Leaf. HEX triplet: C8, DA and AE. RGB value is (200,218,174). Sum of RGB (Red+Green+Blue) = 200+218+174=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DAAE is #372551. Grayscale: #CFCFCF. Windows color (decimal): -3614034 or 11459272. OLE color: 11459272.

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

Color convert

RGB 200 218 174 -
CMYK 0.08 0 0.20 0.15
HSL 84.55º 0.37% 0.77% -
HSV(B) 84.55º 0.2% 0.85% -
XYZ 56.53 65.48 49.7 -
YUV 207.6 109.04 122.58 -
System Red Green Blue C M Y K H S L
Decimal 200 218 174 0.08 0 0.20 0.15 84.55 0.37 0.77
Hex C8 DA AE 8 0 14 F 55 25 4D
Octal 310 332 256 10 0 24 17 125 45 115
Binary 11001000 11011010 10101110 1000 0 10100 1111 1010101 100101 1001101

Color Harmonies of #C8DAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DAAE

Black with #C8DAAE

Text Example


Text Example

White with #C8DAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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