#E6CDA6

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

Shades of Dairy Cream #E6CDA6

Tints of Dairy Cream #E6CDA6

Color information

#E6CDA6 (or 0xE6CDA6) is unknown color: approx Dairy Cream. HEX triplet: E6, CD and A6. RGB value is (230,205,166). Sum of RGB (Red+Green+Blue) = 230+205+166=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 166 (65.23% from 255 or 27.62% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CDA6 is #193259. Grayscale: #D0D0D0. Windows color (decimal): -1651290 or 10931686. OLE color: 10931686.

HSL color Cylindrical-coordinate representation of color #E6CDA6: hue angle of 36.56º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6CDA6 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB230205166-
CMYK00.110.280.10
HSL36.56º56.14%77.65%-
HSV(B)36.56º27.83%90.2%-
XYZ61.3563.2445.05-
YUV208.03104.28143.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.27%
GREEN value IS 205 (80.47% from 255) = 34.11%
BLUE value IS 166 (65.23% from 255) = 27.62%
R=38.27%
G=34.11%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020516600.110.280.1036.5656.1477.65
HexE6CDA60B1CA25384e
Octal34631524601334124570116
Binary111001101100110110100110010111110010101001011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CDA6; }

 p { color: rgb(230,205,166); }

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

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

 a { background-color: rgb(230,205,166); }

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

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

 span { border-color: rgb(230,205,166); }

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