#C6CEAF

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

Shades of Pale Leaf #C6CEAF

Tints of Pale Leaf #C6CEAF

Color information

#C6CEAF (or 0xC6CEAF) is unknown color: approx Pale Leaf. HEX triplet: C6, CE and AF. RGB value is (198,206,175). Sum of RGB (Red+Green+Blue) = 198+206+175=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CEAF is #393150. Grayscale: #C8C8C8. Windows color (decimal): -3748177 or 11521734. OLE color: 11521734.

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

Color convert

RGB198206175-
CMYK0.0400.150.19
HSL75.48º24.03%74.71%-
HSV(B)75.48º15.05%80.78%-
XYZ53.159.2449.19-
YUV200.07113.85126.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.20%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=34.20%
G=35.58%
B=30.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1982061750.0400.150.1975.4824.0374.71
HexC6CEAF40F134b184b
Octal30631625740172311330113
Binary11000110110011101010111110001111100111001011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CEAF; }

 p { color: rgb(198,206,175); }

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

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

 a { background-color: rgb(198,206,175); }

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

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

 span { border-color: rgb(198,206,175); }

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