Html Css Color HEX #DDD2BC Spanish White

📋 copy color: '#DDD2BC'

red 221 ◦ green 210 ◦ blue 188

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

Shades of Spanish White #DDD2BC

Tints of Spanish White #DDD2BC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.93%

 BLUE value IS 188 (73.83% from 255) = 30.37%

R = 35.7%
G = 33.93%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DDD2BC (or 0xDDD2BC) is known color: Spanish White. HEX triplet: DD, D2 and BC. RGB value is (221,210,188). Sum of RGB (Red+Green+Blue) = 221+210+188=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2BC is #222D43. Grayscale: #D2D2D2. Windows color (decimal): -2239812 or 12374749. OLE color: 12374749.

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

Color convert

RGB 221 210 188 -
CMYK 0 0.05 0.15 0.13
HSL 40º 0.33% 0.8% -
HSV(B) 40º 0.15% 0.87% -
XYZ 61.94 65.1 56.88 -
YUV 210.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 221 210 188 0 0.05 0.15 0.13 40 0.33 0.8
Hex DD D2 BC 0 5 F D 28 21 50
Octal 335 322 274 0 5 17 15 50 41 120
Binary 11011101 11010010 10111100 0 101 1111 1101 101000 100001 1010000

Color Harmonies of #DDD2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD2BC

Black with #DDD2BC

Text Example


Text Example

White with #DDD2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD2BC; }

 p { color: rgb(221,210,188); }

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

background-color css

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

 a { background-color: rgb(221,210,188); }

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

border-color css

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

 span { border-color: rgb(221,210,188); }

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