Html Css Color HEX #C8DBA5 Pale Leaf

📋 copy color: '#C8DBA5'

red 200 ◦ green 219 ◦ blue 165

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

Shades of Pale Leaf #C8DBA5

Tints of Pale Leaf #C8DBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.25%

R = 34.25%
G = 37.5%
B = 28.25%

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

#C8DBA5 (or 0xC8DBA5) is known color: Pale Leaf. HEX triplet: C8, DB and A5. RGB value is (200,219,165). Sum of RGB (Red+Green+Blue) = 200+219+165=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 165 (64.84% from 255 or 28.25% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DBA5 is #37245A. Grayscale: #CFCFCF. Windows color (decimal): -3613787 or 10869704. OLE color: 10869704.

HSL color Cylindrical-coordinate representation of color #C8DBA5: hue angle of 81.11º 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 #C8DBA5 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 219 165 -
CMYK 0.09 0 0.25 0.14
HSL 81.11º 0.43% 0.75% -
HSV(B) 81.11º 0.25% 0.86% -
XYZ 55.94 65.66 45.32 -
YUV 207.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 200 219 165 0.09 0 0.25 0.14 81.11 0.43 0.75
Hex C8 DB A5 9 0 19 E 51 2B 4B
Octal 310 333 245 11 0 31 16 121 53 113
Binary 11001000 11011011 10100101 1001 0 11001 1110 1010001 101011 1001011

Color Harmonies of #C8DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DBA5

Black with #C8DBA5

Text Example


Text Example

White with #C8DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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