Html Css Color HEX #C4D1B5 Pale Leaf

📋 copy color: '#C4D1B5'

red 196 ◦ green 209 ◦ blue 181

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

Shades of Pale Leaf #C4D1B5

Tints of Pale Leaf #C4D1B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.89%

R = 33.45%
G = 35.67%
B = 30.89%

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

#C4D1B5 (or 0xC4D1B5) is known color: Pale Leaf. HEX triplet: C4, D1 and B5. RGB value is (196,209,181). Sum of RGB (Red+Green+Blue) = 196+209+181=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D1B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D1B5 is #3B2E4A. Grayscale: #CACACA. Windows color (decimal): -3878475 or 11915716. OLE color: 11915716.

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

Color convert

RGB 196 209 181 -
CMYK 0.06 0 0.13 0.18
HSL 87.86º 0.23% 0.76% -
HSV(B) 87.86º 0.13% 0.82% -
XYZ 53.91 60.67 52.59 -
YUV 201.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 196 209 181 0.06 0 0.13 0.18 87.86 0.23 0.76
Hex C4 D1 B5 6 0 D 12 58 17 4C
Octal 304 321 265 6 0 15 22 130 27 114
Binary 11000100 11010001 10110101 110 0 1101 10010 1011000 10111 1001100

Color Harmonies of #C4D1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D1B5

Black with #C4D1B5

Text Example


Text Example

White with #C4D1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D1B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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