Html Css Color HEX #C3D4AA Pale Leaf

📋 copy color: '#C3D4AA'

red 195 ◦ green 212 ◦ blue 170

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

Shades of Pale Leaf #C3D4AA

Tints of Pale Leaf #C3D4AA

RGB

 RED value IS 195 (76.56% from 255) = 33.8%

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

 BLUE value IS 170 (66.8% from 255) = 29.46%

R = 33.8%
G = 36.74%
B = 29.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#C3D4AA (or 0xC3D4AA) is known color: Pale Leaf. HEX triplet: C3, D4 and AA. RGB value is (195,212,170). Sum of RGB (Red+Green+Blue) = 195+212+170=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 212 - color contains mainly: green. Hex color #C3D4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D4AA is #3C2B55. Grayscale: #CACACA. Windows color (decimal): -3943254 or 11195587. OLE color: 11195587.

HSL color Cylindrical-coordinate representation of color #C3D4AA: hue angle of 84.29º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3D4AA is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 195 212 170 -
CMYK 0.08 0 0.20 0.17
HSL 84.29º 0.33% 0.75% -
HSV(B) 84.29º 0.2% 0.83% -
XYZ 53.3 61.59 47.11 -
YUV 202.13 109.87 122.92 -
System Red Green Blue C M Y K H S L
Decimal 195 212 170 0.08 0 0.20 0.17 84.29 0.33 0.75
Hex C3 D4 AA 8 0 14 11 54 21 4B
Octal 303 324 252 10 0 24 21 124 41 113
Binary 11000011 11010100 10101010 1000 0 10100 10001 1010100 100001 1001011

Color Harmonies of #C3D4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D4AA

Black with #C3D4AA

Text Example


Text Example

White with #C3D4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D4AA; }

 p { color: rgb(195,212,170); }

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

background-color css

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

 a { background-color: rgb(195,212,170); }

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

border-color css

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

 span { border-color: rgb(195,212,170); }

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