Html Css Color HEX #C8DAAD Pale Leaf

📋 copy color: '#C8DAAD'

red 200 ◦ green 218 ◦ blue 173

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

Shades of Pale Leaf #C8DAAD

Tints of Pale Leaf #C8DAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 29.27%

R = 33.84%
G = 36.89%
B = 29.27%

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

#C8DAAD (or 0xC8DAAD) is known color: Pale Leaf. HEX triplet: C8, DA and AD. RGB value is (200,218,173). Sum of RGB (Red+Green+Blue) = 200+218+173=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DAAD is #372552. Grayscale: #CFCFCF. Windows color (decimal): -3614035 or 11393736. OLE color: 11393736.

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

Color convert

RGB 200 218 173 -
CMYK 0.08 0 0.21 0.15
HSL 84º 0.38% 0.77% -
HSV(B) 84º 0.21% 0.85% -
XYZ 56.43 65.44 49.19 -
YUV 207.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 200 218 173 0.08 0 0.21 0.15 84 0.38 0.77
Hex C8 DA AD 8 0 15 F 54 26 4D
Octal 310 332 255 10 0 25 17 124 46 115
Binary 11001000 11011010 10101101 1000 0 10101 1111 1010100 100110 1001101

Color Harmonies of #C8DAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DAAD

Black with #C8DAAD

Text Example


Text Example

White with #C8DAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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