#C8DBA1

Color #C8DBA1 Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #C8DBA1

Tints of Pale Leaf #C8DBA1

Color information

#C8DBA1 (or 0xC8DBA1) is unknown color: approx Pale Leaf. HEX triplet: C8, DB and A1. RGB value is (200,219,161). Sum of RGB (Red+Green+Blue) = 200+219+161=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 161 (63.28% from 255 or 27.76% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DBA1 is #37245E. Grayscale: #CECECE. Windows color (decimal): -3613791 or 10607560. OLE color: 10607560.

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

Color convert

RGB200219161-
CMYK0.0900.260.14
HSL79.66º44.62%74.51%-
HSV(B)79.66º26.48%85.88%-
XYZ55.5865.5243.43-
YUV206.71102.21123.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.48%
GREEN value IS 219 (85.94% from 255) = 37.76%
BLUE value IS 161 (63.28% from 255) = 27.76%
R=34.48%
G=37.76%
B=27.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002191610.0900.260.1479.6644.6274.51
HexC8DBA1901AE502d4b
Octal310333241110321612055113
Binary1100100011011011101000011001011010111010100001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DBA1; }

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

 H1.HeaderClassName
 {
   color: #C8DBA1;
 }
 .AnyTagClassName
 {
   color: #C8DBA1;
 }
</style>
background-color css

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

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

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

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

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

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