Html Css Color HEX #DED1B9 Spanish White

📋 copy color: '#DED1B9'

red 222 ◦ green 209 ◦ blue 185

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

Shades of Spanish White #DED1B9

Tints of Spanish White #DED1B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.03%

R = 36.04%
G = 33.93%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DED1B9 (or 0xDED1B9) is known color: Spanish White. HEX triplet: DE, D1 and B9. RGB value is (222,209,185). Sum of RGB (Red+Green+Blue) = 222+209+185=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 185 (72.66% from 255 or 30.03% from 616); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1B9 is #212E46. Grayscale: #D2D2D2. Windows color (decimal): -2174535 or 12177886. OLE color: 12177886.

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

Color convert

RGB 222 209 185 -
CMYK 0 0.06 0.17 0.13
HSL 38.92º 0.36% 0.8% -
HSV(B) 38.92º 0.17% 0.87% -
XYZ 61.68 64.63 55.12 -
YUV 210.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 222 209 185 0 0.06 0.17 0.13 38.92 0.36 0.8
Hex DE D1 B9 0 6 11 D 27 24 50
Octal 336 321 271 0 6 21 15 47 44 120
Binary 11011110 11010001 10111001 0 110 10001 1101 100111 100100 1010000

Color Harmonies of #DED1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED1B9

Black with #DED1B9

Text Example


Text Example

White with #DED1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED1B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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