Html Css Color HEX #C8D9B4 Pale Leaf

📋 copy color: '#C8D9B4'

red 200 ◦ green 217 ◦ blue 180

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

Shades of Pale Leaf #C8D9B4

Tints of Pale Leaf #C8D9B4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.35%

 BLUE value IS 180 (70.7% from 255) = 30.15%

R = 33.5%
G = 36.35%
B = 30.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#C8D9B4 (or 0xC8D9B4) is known color: Pale Leaf. HEX triplet: C8, D9 and B4. RGB value is (200,217,180). Sum of RGB (Red+Green+Blue) = 200+217+180=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D9B4 is #37264B. Grayscale: #CFCFCF. Windows color (decimal): -3614284 or 11852232. OLE color: 11852232.

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

Color convert

RGB 200 217 180 -
CMYK 0.08 0 0.17 0.15
HSL 87.57º 0.33% 0.78% -
HSV(B) 87.57º 0.17% 0.85% -
XYZ 56.87 65.2 52.77 -
YUV 207.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 200 217 180 0.08 0 0.17 0.15 87.57 0.33 0.78
Hex C8 D9 B4 8 0 11 F 58 21 4E
Octal 310 331 264 10 0 21 17 130 41 116
Binary 11001000 11011001 10110100 1000 0 10001 1111 1011000 100001 1001110

Color Harmonies of #C8D9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D9B4

Black with #C8D9B4

Text Example


Text Example

White with #C8D9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D9B4; }

 p { color: rgb(200,217,180); }

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

background-color css

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

 a { background-color: rgb(200,217,180); }

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

border-color css

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

 span { border-color: rgb(200,217,180); }

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