Html Css Color HEX #C4D1B6 Pale Leaf

📋 copy color: '#C4D1B6'

red 196 ◦ green 209 ◦ blue 182

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

Shades of Pale Leaf #C4D1B6

Tints of Pale Leaf #C4D1B6

RGB

 RED value IS 196 (76.95% from 255) = 33.39%

 GREEN value IS 209 (82.03% from 255) = 35.6%

 BLUE value IS 182 (71.48% from 255) = 31.01%

R = 33.39%
G = 35.6%
B = 31.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#C4D1B6 (or 0xC4D1B6) is known color: Pale Leaf. HEX triplet: C4, D1 and B6. RGB value is (196,209,182). Sum of RGB (Red+Green+Blue) = 196+209+182=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D1B6 is #3B2E49. Grayscale: #CACACA. Windows color (decimal): -3878474 or 11981252. OLE color: 11981252.

HSL color Cylindrical-coordinate representation of color #C4D1B6: hue angle of 88.89º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4D1B6 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 209 182 -
CMYK 0.06 0 0.13 0.18
HSL 88.89º 0.23% 0.77% -
HSV(B) 88.89º 0.13% 0.82% -
XYZ 54.01 60.71 53.13 -
YUV 202.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 196 209 182 0.06 0 0.13 0.18 88.89 0.23 0.77
Hex C4 D1 B6 6 0 D 12 59 17 4D
Octal 304 321 266 6 0 15 22 131 27 115
Binary 11000100 11010001 10110110 110 0 1101 10010 1011001 10111 1001101

Color Harmonies of #C4D1B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D1B6

Black with #C4D1B6

Text Example


Text Example

White with #C4D1B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D1B6; }

 p { color: rgb(196,209,182); }

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

background-color css

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

 a { background-color: rgb(196,209,182); }

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

border-color css

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

 span { border-color: rgb(196,209,182); }

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