Html Css Color HEX #C5D2B5 Pale Leaf

📋 copy color: '#C5D2B5'

red 197 ◦ green 210 ◦ blue 181

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

Shades of Pale Leaf #C5D2B5

Tints of Pale Leaf #C5D2B5

RGB

 RED value IS 197 (77.34% from 255) = 33.5%

 GREEN value IS 210 (82.42% from 255) = 35.71%

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

R = 33.5%
G = 35.71%
B = 30.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#C5D2B5 (or 0xC5D2B5) is known color: Pale Leaf. HEX triplet: C5, D2 and B5. RGB value is (197,210,181). Sum of RGB (Red+Green+Blue) = 197+210+181=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D2B5 is #3A2D4A. Grayscale: #CACACA. Windows color (decimal): -3812683 or 11915973. OLE color: 11915973.

HSL color Cylindrical-coordinate representation of color #C5D2B5: hue angle of 86.9º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5D2B5 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 210 181 -
CMYK 0.06 0 0.14 0.18
HSL 86.9º 0.24% 0.77% -
HSV(B) 86.9º 0.14% 0.82% -
XYZ 54.41 61.3 52.68 -
YUV 202.81 115.69 123.86 -
System Red Green Blue C M Y K H S L
Decimal 197 210 181 0.06 0 0.14 0.18 86.9 0.24 0.77
Hex C5 D2 B5 6 0 E 12 57 18 4D
Octal 305 322 265 6 0 16 22 127 30 115
Binary 11000101 11010010 10110101 110 0 1110 10010 1010111 11000 1001101

Color Harmonies of #C5D2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D2B5

Black with #C5D2B5

Text Example


Text Example

White with #C5D2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D2B5; }

 p { color: rgb(197,210,181); }

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

background-color css

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

 a { background-color: rgb(197,210,181); }

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

border-color css

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

 span { border-color: rgb(197,210,181); }

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