Html Css Color HEX #C5D2AF Pale Leaf

📋 copy color: '#C5D2AF'

red 197 ◦ green 210 ◦ blue 175

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

Shades of Pale Leaf #C5D2AF

Tints of Pale Leaf #C5D2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.07%

R = 33.85%
G = 36.08%
B = 30.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#C5D2AF (or 0xC5D2AF) is known color: Pale Leaf. HEX triplet: C5, D2 and AF. RGB value is (197,210,175). Sum of RGB (Red+Green+Blue) = 197+210+175=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D2AF is #3A2D50. Grayscale: #CACACA. Windows color (decimal): -3812689 or 11522757. OLE color: 11522757.

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

Color convert

RGB 197 210 175 -
CMYK 0.06 0 0.17 0.18
HSL 82.29º 0.28% 0.75% -
HSV(B) 82.29º 0.17% 0.82% -
XYZ 53.81 61.06 49.51 -
YUV 202.12 112.69 124.35 -
System Red Green Blue C M Y K H S L
Decimal 197 210 175 0.06 0 0.17 0.18 82.29 0.28 0.75
Hex C5 D2 AF 6 0 11 12 52 1C 4B
Octal 305 322 257 6 0 21 22 122 34 113
Binary 11000101 11010010 10101111 110 0 10001 10010 1010010 11100 1001011

Color Harmonies of #C5D2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D2AF

Black with #C5D2AF

Text Example


Text Example

White with #C5D2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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