Html Css Color HEX #C5D3B5 Pale Leaf

📋 copy color: '#C5D3B5'

red 197 ◦ green 211 ◦ blue 181

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

Shades of Pale Leaf #C5D3B5

Tints of Pale Leaf #C5D3B5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.82%

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

R = 33.45%
G = 35.82%
B = 30.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#C5D3B5 (or 0xC5D3B5) is known color: Pale Leaf. HEX triplet: C5, D3 and B5. RGB value is (197,211,181). Sum of RGB (Red+Green+Blue) = 197+211+181=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D3B5 is #3A2C4A. Grayscale: #CBCBCB. Windows color (decimal): -3812427 or 11916229. OLE color: 11916229.

HSL color Cylindrical-coordinate representation of color #C5D3B5: hue angle of 88º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5D3B5 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 211 181 -
CMYK 0.07 0 0.14 0.17
HSL 88º 0.25% 0.77% -
HSV(B) 88º 0.14% 0.83% -
XYZ 54.66 61.8 52.76 -
YUV 203.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 197 211 181 0.07 0 0.14 0.17 88 0.25 0.77
Hex C5 D3 B5 7 0 E 11 58 19 4D
Octal 305 323 265 7 0 16 21 130 31 115
Binary 11000101 11010011 10110101 111 0 1110 10001 1011000 11001 1001101

Color Harmonies of #C5D3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D3B5

Black with #C5D3B5

Text Example


Text Example

White with #C5D3B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D3B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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