Html Css Color HEX #E6CEA6 Dairy Cream

📋 copy color: '#E6CEA6'

red 230 ◦ green 206 ◦ blue 166

#E6CEA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dairy Cream #E6CEA6

Tints of Dairy Cream #E6CEA6

RGB

 RED value IS 230 (90.23% from 255) = 38.21%

 GREEN value IS 206 (80.86% from 255) = 34.22%

 BLUE value IS 166 (65.23% from 255) = 27.57%

R = 38.21%
G = 34.22%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E6CEA6 (or 0xE6CEA6) is known color: Dairy Cream. HEX triplet: E6, CE and A6. RGB value is (230,206,166). Sum of RGB (Red+Green+Blue) = 230+206+166=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 166 (65.23% from 255 or 27.57% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CEA6 is #193159. Grayscale: #D0D0D0. Windows color (decimal): -1651034 or 10931942. OLE color: 10931942.

HSL color Cylindrical-coordinate representation of color #E6CEA6: hue angle of 37.5º 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 #E6CEA6 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 206 166 -
CMYK 0 0.10 0.28 0.10
HSL 37.5º 0.56% 0.78% -
HSV(B) 37.5º 0.28% 0.9% -
XYZ 61.59 63.72 45.13 -
YUV 208.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 230 206 166 0 0.10 0.28 0.10 37.5 0.56 0.78
Hex E6 CE A6 0 A 1C A 26 38 4E
Octal 346 316 246 0 12 34 12 46 70 116
Binary 11100110 11001110 10100110 0 1010 11100 1010 100110 111000 1001110

Color Harmonies of #E6CEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CEA6

Black with #E6CEA6

Text Example


Text Example

White with #E6CEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CEA6; }

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

 H1.HeaderClassName
 {
   color: #E6CEA6;
 }
 .AnyTagClassName
 {
   color: #E6CEA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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