Html Css Color HEX #E6CDA7 Dairy Cream

📋 copy color: '#E6CDA7'

red 230 ◦ green 205 ◦ blue 167

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

Shades of Dairy Cream #E6CDA7

Tints of Dairy Cream #E6CDA7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.05%

 BLUE value IS 167 (65.63% from 255) = 27.74%

R = 38.21%
G = 34.05%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E6CDA7 (or 0xE6CDA7) is known color: Dairy Cream. HEX triplet: E6, CD and A7. RGB value is (230,205,167). Sum of RGB (Red+Green+Blue) = 230+205+167=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 167 (65.62% from 255 or 27.74% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CDA7 is #193258. Grayscale: #D0D0D0. Windows color (decimal): -1651289 or 10997222. OLE color: 10997222.

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

Color convert

RGB 230 205 167 -
CMYK 0 0.11 0.27 0.10
HSL 36.19º 0.56% 0.78% -
HSV(B) 36.19º 0.27% 0.9% -
XYZ 61.44 63.28 45.53 -
YUV 208.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 230 205 167 0 0.11 0.27 0.10 36.19 0.56 0.78
Hex E6 CD A7 0 B 1B A 24 38 4E
Octal 346 315 247 0 13 33 12 44 70 116
Binary 11100110 11001101 10100111 0 1011 11011 1010 100100 111000 1001110

Color Harmonies of #E6CDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CDA7

Black with #E6CDA7

Text Example


Text Example

White with #E6CDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CDA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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