Html Css Color HEX #C2D2A3 Pale Leaf

📋 copy color: '#C2D2A3'

red 194 ◦ green 210 ◦ blue 163

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

Shades of Pale Leaf #C2D2A3

Tints of Pale Leaf #C2D2A3

RGB

 RED value IS 194 (76.17% from 255) = 34.22%

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

 BLUE value IS 163 (64.06% from 255) = 28.75%

R = 34.22%
G = 37.04%
B = 28.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#C2D2A3 (or 0xC2D2A3) is known color: Pale Leaf. HEX triplet: C2, D2 and A3. RGB value is (194,210,163). Sum of RGB (Red+Green+Blue) = 194+210+163=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 163 (64.06% from 255 or 28.75% from 567); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D2A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D2A3 is #3D2D5C. Grayscale: #C8C8C8. Windows color (decimal): -4009309 or 10736322. OLE color: 10736322.

HSL color Cylindrical-coordinate representation of color #C2D2A3: hue angle of 80.43º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2D2A3 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 210 163 -
CMYK 0.08 0 0.22 0.18
HSL 80.43º 0.34% 0.73% -
HSV(B) 80.43º 0.22% 0.82% -
XYZ 51.91 60.21 43.54 -
YUV 199.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 194 210 163 0.08 0 0.22 0.18 80.43 0.34 0.73
Hex C2 D2 A3 8 0 16 12 50 22 49
Octal 302 322 243 10 0 26 22 120 42 111
Binary 11000010 11010010 10100011 1000 0 10110 10010 1010000 100010 1001001

Color Harmonies of #C2D2A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D2A3

Black with #C2D2A3

Text Example


Text Example

White with #C2D2A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D2A3; }

 p { color: rgb(194,210,163); }

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

background-color css

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

 a { background-color: rgb(194,210,163); }

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

border-color css

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

 span { border-color: rgb(194,210,163); }

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