Html Css Color HEX #C5D4B3 Pale Leaf

📋 copy color: '#C5D4B3'

red 197 ◦ green 212 ◦ blue 179

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

Shades of Pale Leaf #C5D4B3

Tints of Pale Leaf #C5D4B3

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.05%

 BLUE value IS 179 (70.31% from 255) = 30.44%

R = 33.5%
G = 36.05%
B = 30.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#C5D4B3 (or 0xC5D4B3) is known color: Pale Leaf. HEX triplet: C5, D4 and B3. RGB value is (197,212,179). Sum of RGB (Red+Green+Blue) = 197+212+179=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D4B3 is #3A2B4C. Grayscale: #CBCBCB. Windows color (decimal): -3812173 or 11785413. OLE color: 11785413.

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

Color convert

RGB 197 212 179 -
CMYK 0.07 0 0.16 0.17
HSL 87.27º 0.28% 0.77% -
HSV(B) 87.27º 0.16% 0.83% -
XYZ 54.71 62.21 51.77 -
YUV 203.75 114.03 123.18 -
System Red Green Blue C M Y K H S L
Decimal 197 212 179 0.07 0 0.16 0.17 87.27 0.28 0.77
Hex C5 D4 B3 7 0 10 11 57 1C 4D
Octal 305 324 263 7 0 20 21 127 34 115
Binary 11000101 11010100 10110011 111 0 10000 10001 1010111 11100 1001101

Color Harmonies of #C5D4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D4B3

Black with #C5D4B3

Text Example


Text Example

White with #C5D4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D4B3; }

 p { color: rgb(197,212,179); }

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

background-color css

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

 a { background-color: rgb(197,212,179); }

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

border-color css

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

 span { border-color: rgb(197,212,179); }

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