Html Css Color HEX #C8DBA4 Pale Leaf

📋 copy color: '#C8DBA4'

red 200 ◦ green 219 ◦ blue 164

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

Shades of Pale Leaf #C8DBA4

Tints of Pale Leaf #C8DBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 28.13%

R = 34.31%
G = 37.56%
B = 28.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#C8DBA4 (or 0xC8DBA4) is known color: Pale Leaf. HEX triplet: C8, DB and A4. RGB value is (200,219,164). Sum of RGB (Red+Green+Blue) = 200+219+164=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 164 (64.45% from 255 or 28.13% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DBA4 is #37245B. Grayscale: #CFCFCF. Windows color (decimal): -3613788 or 10804168. OLE color: 10804168.

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

Color convert

RGB 200 219 164 -
CMYK 0.09 0 0.25 0.14
HSL 80.73º 0.43% 0.75% -
HSV(B) 80.73º 0.25% 0.86% -
XYZ 55.85 65.62 44.84 -
YUV 207.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 200 219 164 0.09 0 0.25 0.14 80.73 0.43 0.75
Hex C8 DB A4 9 0 19 E 51 2B 4B
Octal 310 333 244 11 0 31 16 121 53 113
Binary 11001000 11011011 10100100 1001 0 11001 1110 1010001 101011 1001011

Color Harmonies of #C8DBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DBA4

Black with #C8DBA4

Text Example


Text Example

White with #C8DBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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