#ECCDA7

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

Shades of Dairy Cream #ECCDA7

Tints of Dairy Cream #ECCDA7

Color information

#ECCDA7 (or 0xECCDA7) is unknown color: approx Dairy Cream. HEX triplet: EC, CD and A7. RGB value is (236,205,167). Sum of RGB (Red+Green+Blue) = 236+205+167=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 167 (65.62% from 255 or 27.47% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCDA7 is #133258. Grayscale: #D2D2D2. Windows color (decimal): -1258073 or 10997228. OLE color: 10997228.

HSL color Cylindrical-coordinate representation of color #ECCDA7: hue angle of 33.04º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECCDA7 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB236205167-
CMYK00.130.290.07
HSL33.04º64.49%79.02%-
HSV(B)33.04º29.24%92.55%-
XYZ63.464.2945.63-
YUV209.94103.77146.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 205 (80.47% from 255) = 33.72%
BLUE value IS 167 (65.62% from 255) = 27.47%
R=38.82%
G=33.72%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620516700.130.290.0733.0464.4979.02
HexECCDA70D1D721404f
Octal35431524701535741100117
Binary111011001100110110100111011011110111110000110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDA7; }

 p { color: rgb(236,205,167); }

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

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

 a { background-color: rgb(236,205,167); }

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

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

 span { border-color: rgb(236,205,167); }

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