Html Css Color HEX #C2CDAB Pale Leaf

📋 copy color: '#C2CDAB'

red 194 ◦ green 205 ◦ blue 171

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

Shades of Pale Leaf #C2CDAB

Tints of Pale Leaf #C2CDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.96%

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

R = 34.04%
G = 35.96%
B = 30%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#C2CDAB (or 0xC2CDAB) is known color: Pale Leaf. HEX triplet: C2, CD and AB. RGB value is (194,205,171). Sum of RGB (Red+Green+Blue) = 194+205+171=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CDAB is #3D3254. Grayscale: #C5C5C5. Windows color (decimal): -4010581 or 11259330. OLE color: 11259330.

HSL color Cylindrical-coordinate representation of color #C2CDAB: hue angle of 79.41º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2CDAB is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 205 171 -
CMYK 0.05 0 0.17 0.20
HSL 79.41º 0.25% 0.74% -
HSV(B) 79.41º 0.17% 0.8% -
XYZ 51.43 58.07 47.03 -
YUV 197.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 194 205 171 0.05 0 0.17 0.20 79.41 0.25 0.74
Hex C2 CD AB 5 0 11 14 4F 19 4A
Octal 302 315 253 5 0 21 24 117 31 112
Binary 11000010 11001101 10101011 101 0 10001 10100 1001111 11001 1001010

Color Harmonies of #C2CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CDAB

Black with #C2CDAB

Text Example


Text Example

White with #C2CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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