Html Css Color HEX #E6CDA6 Dairy Cream

📋 copy color: '#E6CDA6'

red 230 ◦ green 205 ◦ blue 166

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

Shades of Dairy Cream #E6CDA6

Tints of Dairy Cream #E6CDA6

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 value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E6CDA6 (or 0xE6CDA6) is known color: 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

RGB 230 205 166 -
CMYK 0 0.11 0.28 0.10
HSL 36.56º 0.56% 0.78% -
HSV(B) 36.56º 0.28% 0.9% -
XYZ 61.35 63.24 45.05 -
YUV 208.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 230 205 166 0 0.11 0.28 0.10 36.56 0.56 0.78
Hex E6 CD A6 0 B 1C A 25 38 4E
Octal 346 315 246 0 13 34 12 45 70 116
Binary 11100110 11001101 10100110 0 1011 11100 1010 100101 111000 1001110

Color Harmonies of #E6CDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CDA6

Black with #E6CDA6

Text Example


Text Example

White with #E6CDA6

Text Example


Text Example

HTML Codes & Css Web 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>