#C2CEB3

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

Shades of Pale Leaf #C2CEB3

Tints of Pale Leaf #C2CEB3

Color information

#C2CEB3 (or 0xC2CEB3) is unknown color: approx Pale Leaf. HEX triplet: C2, CE and B3. RGB value is (194,206,179). Sum of RGB (Red+Green+Blue) = 194+206+179=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 179 (70.31% from 255 or 30.92% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEB3 is #3D314C. Grayscale: #C7C7C7. Windows color (decimal): -4010317 or 11783874. OLE color: 11783874.

HSL color Cylindrical-coordinate representation of color #C2CEB3: hue angle of 86.67º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2CEB3 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB194206179-
CMYK0.0600.130.19
HSL86.67º21.6%75.49%-
HSV(B)86.67º13.11%80.78%-
XYZ52.4658.8751.25-
YUV199.33116.52124.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.51%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 179 (70.31% from 255) = 30.92%
R=33.51%
G=35.58%
B=30.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942061790.0600.130.1986.6721.675.49
HexC2CEB360D1357164b
Octal30231626360152312726113
Binary11000010110011101011001111001101100111010111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CEB3; }

 p { color: rgb(194,206,179); }

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

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

 a { background-color: rgb(194,206,179); }

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

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

 span { border-color: rgb(194,206,179); }

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