Html Css Color HEX #DED1AE Spanish White

📋 copy color: '#DED1AE'

red 222 ◦ green 209 ◦ blue 174

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

Shades of Spanish White #DED1AE

Tints of Spanish White #DED1AE

RGB

 RED value IS 222 (87.11% from 255) = 36.69%

 GREEN value IS 209 (82.03% from 255) = 34.55%

 BLUE value IS 174 (68.36% from 255) = 28.76%

R = 36.69%
G = 34.55%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DED1AE (or 0xDED1AE) is known color: Spanish White. HEX triplet: DE, D1 and AE. RGB value is (222,209,174). Sum of RGB (Red+Green+Blue) = 222+209+174=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED1AE is #212E51. Grayscale: #D1D1D1. Windows color (decimal): -2174546 or 11456990. OLE color: 11456990.

HSL color Cylindrical-coordinate representation of color #DED1AE: hue angle of 43.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DED1AE is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 209 174 -
CMYK 0 0.06 0.22 0.13
HSL 43.75º 0.42% 0.78% -
HSV(B) 43.75º 0.22% 0.87% -
XYZ 60.56 64.19 49.24 -
YUV 208.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 222 209 174 0 0.06 0.22 0.13 43.75 0.42 0.78
Hex DE D1 AE 0 6 16 D 2C 2A 4E
Octal 336 321 256 0 6 26 15 54 52 116
Binary 11011110 11010001 10101110 0 110 10110 1101 101100 101010 1001110

Color Harmonies of #DED1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED1AE

Black with #DED1AE

Text Example


Text Example

White with #DED1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED1AE; }

 p { color: rgb(222,209,174); }

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

background-color css

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

 a { background-color: rgb(222,209,174); }

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

border-color css

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

 span { border-color: rgb(222,209,174); }

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