Html Css Color HEX #DDCEB9 Spanish White

📋 copy color: '#DDCEB9'

red 221 ◦ green 206 ◦ blue 185

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

Shades of Spanish White #DDCEB9

Tints of Spanish White #DDCEB9

RGB

 RED value IS 221 (86.72% from 255) = 36.11%

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

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

R = 36.11%
G = 33.66%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DDCEB9 (or 0xDDCEB9) is known color: Spanish White. HEX triplet: DD, CE and B9. RGB value is (221,206,185). Sum of RGB (Red+Green+Blue) = 221+206+185=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 185 (72.66% from 255 or 30.23% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEB9 is #223146. Grayscale: #D0D0D0. Windows color (decimal): -2240839 or 12177117. OLE color: 12177117.

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

Color convert

RGB 221 206 185 -
CMYK 0 0.07 0.16 0.13
HSL 35º 0.35% 0.8% -
HSV(B) 35º 0.16% 0.87% -
XYZ 60.65 63.02 54.87 -
YUV 208.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 221 206 185 0 0.07 0.16 0.13 35 0.35 0.8
Hex DD CE B9 0 7 10 D 23 23 50
Octal 335 316 271 0 7 20 15 43 43 120
Binary 11011101 11001110 10111001 0 111 10000 1101 100011 100011 1010000

Color Harmonies of #DDCEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCEB9

Black with #DDCEB9

Text Example


Text Example

White with #DDCEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCEB9; }

 p { color: rgb(221,206,185); }

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

background-color css

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

 a { background-color: rgb(221,206,185); }

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

border-color css

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

 span { border-color: rgb(221,206,185); }

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