Html Css Color HEX #C8D8B5 Pale Leaf

📋 copy color: '#C8D8B5'

red 200 ◦ green 216 ◦ blue 181

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

Shades of Pale Leaf #C8D8B5

Tints of Pale Leaf #C8D8B5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.18%

 BLUE value IS 181 (71.09% from 255) = 30.32%

R = 33.5%
G = 36.18%
B = 30.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#C8D8B5 (or 0xC8D8B5) is known color: Pale Leaf. HEX triplet: C8, D8 and B5. RGB value is (200,216,181). Sum of RGB (Red+Green+Blue) = 200+216+181=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 181 (71.09% from 255 or 30.32% from 597); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D8B5 is #37274A. Grayscale: #CFCFCF. Windows color (decimal): -3614539 or 11917512. OLE color: 11917512.

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

Color convert

RGB 200 216 181 -
CMYK 0.07 0 0.16 0.15
HSL 87.43º 0.31% 0.78% -
HSV(B) 87.43º 0.16% 0.85% -
XYZ 56.72 64.73 53.22 -
YUV 207.23 113.2 122.85 -
System Red Green Blue C M Y K H S L
Decimal 200 216 181 0.07 0 0.16 0.15 87.43 0.31 0.78
Hex C8 D8 B5 7 0 10 F 57 1F 4E
Octal 310 330 265 7 0 20 17 127 37 116
Binary 11001000 11011000 10110101 111 0 10000 1111 1010111 11111 1001110

Color Harmonies of #C8D8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D8B5

Black with #C8D8B5

Text Example


Text Example

White with #C8D8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D8B5; }

 p { color: rgb(200,216,181); }

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

background-color css

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

 a { background-color: rgb(200,216,181); }

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

border-color css

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

 span { border-color: rgb(200,216,181); }

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