Html Css Color HEX #C2D0AB Pale Leaf

📋 copy color: '#C2D0AB'

red 194 ◦ green 208 ◦ blue 171

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

Shades of Pale Leaf #C2D0AB

Tints of Pale Leaf #C2D0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.84%

R = 33.86%
G = 36.3%
B = 29.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#C2D0AB (or 0xC2D0AB) is known color: Pale Leaf. HEX triplet: C2, D0 and AB. RGB value is (194,208,171). Sum of RGB (Red+Green+Blue) = 194+208+171=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D0AB is #3D2F54. Grayscale: #C7C7C7. Windows color (decimal): -4009813 or 11260098. OLE color: 11260098.

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

Color convert

RGB 194 208 171 -
CMYK 0.07 0 0.18 0.18
HSL 82.7º 0.28% 0.74% -
HSV(B) 82.7º 0.18% 0.82% -
XYZ 52.15 59.52 47.27 -
YUV 199.6 111.86 124.01 -
System Red Green Blue C M Y K H S L
Decimal 194 208 171 0.07 0 0.18 0.18 82.7 0.28 0.74
Hex C2 D0 AB 7 0 12 12 53 1C 4A
Octal 302 320 253 7 0 22 22 123 34 112
Binary 11000010 11010000 10101011 111 0 10010 10010 1010011 11100 1001010

Color Harmonies of #C2D0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D0AB

Black with #C2D0AB

Text Example


Text Example

White with #C2D0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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