#C4CDB6

Color #C4CDB6 Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #C4CDB6

Tints of Pale Leaf #C4CDB6

Color information

#C4CDB6 (or 0xC4CDB6) is unknown color: approx Pale Leaf. HEX triplet: C4, CD and B6. RGB value is (196,205,182). Sum of RGB (Red+Green+Blue) = 196+205+182=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CDB6 is #3B3249. Grayscale: #C7C7C7. Windows color (decimal): -3879498 or 11980228. OLE color: 11980228.

HSL color Cylindrical-coordinate representation of color #C4CDB6: hue angle of 83.48º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4CDB6 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB196205182-
CMYK0.0400.110.20
HSL83.48º18.7%75.88%-
HSV(B)83.48º11.22%80.39%-
XYZ53.0458.7852.81-
YUV199.69118.02125.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.62%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 182 (71.48% from 255) = 31.22%
R=33.62%
G=35.16%
B=31.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962051820.0400.110.2083.4818.775.88
HexC4CDB640B1453134c
Octal30431526640132412323114
Binary11000100110011011011011010001011101001010011100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CDB6; }

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

 H1.HeaderClassName
 {
   color: #C4CDB6;
 }
 .AnyTagClassName
 {
   color: #C4CDB6;
 }
</style>
background-color css

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

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

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

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

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

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