Html Css Color HEX #C8DBAB Pale Leaf

📋 copy color: '#C8DBAB'

red 200 ◦ green 219 ◦ blue 171

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

Shades of Pale Leaf #C8DBAB

Tints of Pale Leaf #C8DBAB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.12%

 BLUE value IS 171 (67.19% from 255) = 28.98%

R = 33.9%
G = 37.12%
B = 28.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#C8DBAB (or 0xC8DBAB) is known color: Pale Leaf. HEX triplet: C8, DB and AB. RGB value is (200,219,171). Sum of RGB (Red+Green+Blue) = 200+219+171=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DBAB is #372454. Grayscale: #D0D0D0. Windows color (decimal): -3613781 or 11262920. OLE color: 11262920.

HSL color Cylindrical-coordinate representation of color #C8DBAB: hue angle of 83.75º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8DBAB is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 219 171 -
CMYK 0.09 0 0.22 0.14
HSL 83.75º 0.4% 0.76% -
HSV(B) 83.75º 0.22% 0.86% -
XYZ 56.5 65.88 48.27 -
YUV 207.85 107.21 122.4 -
System Red Green Blue C M Y K H S L
Decimal 200 219 171 0.09 0 0.22 0.14 83.75 0.4 0.76
Hex C8 DB AB 9 0 16 E 54 28 4C
Octal 310 333 253 11 0 26 16 124 50 114
Binary 11001000 11011011 10101011 1001 0 10110 1110 1010100 101000 1001100

Color Harmonies of #C8DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DBAB

Black with #C8DBAB

Text Example


Text Example

White with #C8DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DBAB; }

 p { color: rgb(200,219,171); }

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

background-color css

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

 a { background-color: rgb(200,219,171); }

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

border-color css

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

 span { border-color: rgb(200,219,171); }

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