Html Css Color HEX #C2D0AE Pale Leaf

📋 copy color: '#C2D0AE'

red 194 ◦ green 208 ◦ blue 174

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

Shades of Pale Leaf #C2D0AE

Tints of Pale Leaf #C2D0AE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.11%

 BLUE value IS 174 (68.36% from 255) = 30.21%

R = 33.68%
G = 36.11%
B = 30.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#C2D0AE (or 0xC2D0AE) is known color: Pale Leaf. HEX triplet: C2, D0 and AE. RGB value is (194,208,174). Sum of RGB (Red+Green+Blue) = 194+208+174=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D0AE is #3D2F51. Grayscale: #C8C8C8. Windows color (decimal): -4009810 or 11456706. OLE color: 11456706.

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

Color convert

RGB 194 208 174 -
CMYK 0.07 0 0.16 0.18
HSL 84.71º 0.27% 0.75% -
HSV(B) 84.71º 0.16% 0.82% -
XYZ 52.44 59.64 48.79 -
YUV 199.94 113.36 123.76 -
System Red Green Blue C M Y K H S L
Decimal 194 208 174 0.07 0 0.16 0.18 84.71 0.27 0.75
Hex C2 D0 AE 7 0 10 12 55 1B 4B
Octal 302 320 256 7 0 20 22 125 33 113
Binary 11000010 11010000 10101110 111 0 10000 10010 1010101 11011 1001011

Color Harmonies of #C2D0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D0AE

Black with #C2D0AE

Text Example


Text Example

White with #C2D0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D0AE; }

 p { color: rgb(194,208,174); }

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

background-color css

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

 a { background-color: rgb(194,208,174); }

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

border-color css

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

 span { border-color: rgb(194,208,174); }

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