#E6CEAF

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

Shades of Givry #E6CEAF

Tints of Givry #E6CEAF

Color information

#E6CEAF (or 0xE6CEAF) is unknown color: approx Givry. HEX triplet: E6, CE and AF. RGB value is (230,206,175). Sum of RGB (Red+Green+Blue) = 230+206+175=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CEAF is #193150. Grayscale: #D1D1D1. Windows color (decimal): -1651025 or 11521766. OLE color: 11521766.

HSL color Cylindrical-coordinate representation of color #E6CEAF: hue angle of 33.82º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6CEAF is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB230206175-
CMYK00.100.240.10
HSL33.82º52.38%79.41%-
HSV(B)33.82º23.91%90.2%-
XYZ62.4464.0649.63-
YUV209.64108.45142.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.64%
GREEN value IS 206 (80.86% from 255) = 33.72%
BLUE value IS 175 (68.75% from 255) = 28.64%
R=37.64%
G=33.72%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020617500.100.240.1033.8252.3879.41
HexE6CEAF0A18A22344f
Octal34631625701230124264117
Binary111001101100111010101111010101100010101000101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CEAF; }

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

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

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

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

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

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

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

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