Html Css Color HEX #C4D2B4 Pale Leaf

📋 copy color: '#C4D2B4'

red 196 ◦ green 210 ◦ blue 180

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

Shades of Pale Leaf #C4D2B4

Tints of Pale Leaf #C4D2B4

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.84%

 BLUE value IS 180 (70.7% from 255) = 30.72%

R = 33.45%
G = 35.84%
B = 30.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#C4D2B4 (or 0xC4D2B4) is known color: Pale Leaf. HEX triplet: C4, D2 and B4. RGB value is (196,210,180). Sum of RGB (Red+Green+Blue) = 196+210+180=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D2B4 is #3B2D4B. Grayscale: #CACACA. Windows color (decimal): -3878220 or 11850436. OLE color: 11850436.

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

Color convert

RGB 196 210 180 -
CMYK 0.07 0 0.14 0.18
HSL 88º 0.25% 0.76% -
HSV(B) 88º 0.14% 0.82% -
XYZ 54.05 61.12 52.13 -
YUV 202.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 196 210 180 0.07 0 0.14 0.18 88 0.25 0.76
Hex C4 D2 B4 7 0 E 12 58 19 4C
Octal 304 322 264 7 0 16 22 130 31 114
Binary 11000100 11010010 10110100 111 0 1110 10010 1011000 11001 1001100

Color Harmonies of #C4D2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D2B4

Black with #C4D2B4

Text Example


Text Example

White with #C4D2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D2B4; }

 p { color: rgb(196,210,180); }

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

background-color css

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

 a { background-color: rgb(196,210,180); }

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

border-color css

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

 span { border-color: rgb(196,210,180); }

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