#C3CEAF

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

Shades of Pale Leaf #C3CEAF

Tints of Pale Leaf #C3CEAF

Color information

#C3CEAF (or 0xC3CEAF) is unknown color: approx Pale Leaf. HEX triplet: C3, CE and AF. RGB value is (195,206,175). Sum of RGB (Red+Green+Blue) = 195+206+175=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CEAF is #3C3150. Grayscale: #C7C7C7. Windows color (decimal): -3944785 or 11521731. OLE color: 11521731.

HSL color Cylindrical-coordinate representation of color #C3CEAF: hue angle of 81.29º 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 #C3CEAF is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB195206175-
CMYK0.0500.150.19
HSL81.29º24.03%74.71%-
HSV(B)81.29º15.05%80.78%-
XYZ52.3158.8449.16-
YUV199.18114.36125.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.85%
GREEN value IS 206 (80.86% from 255) = 35.76%
BLUE value IS 175 (68.75% from 255) = 30.38%
R=33.85%
G=35.76%
B=30.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952061750.0500.150.1981.2924.0374.71
HexC3CEAF50F1351184b
Octal30331625750172312130113
Binary11000011110011101010111110101111100111010001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CEAF; }

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

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

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

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

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

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

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

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