Html Css Color HEX #DDCEB0 Spanish White

📋 copy color: '#DDCEB0'

red 221 ◦ green 206 ◦ blue 176

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

Shades of Spanish White #DDCEB0

Tints of Spanish White #DDCEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.19%

R = 36.65%
G = 34.16%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DDCEB0 (or 0xDDCEB0) is known color: Spanish White. HEX triplet: DD, CE and B0. RGB value is (221,206,176). Sum of RGB (Red+Green+Blue) = 221+206+176=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEB0 is #22314F. Grayscale: #CFCFCF. Windows color (decimal): -2240848 or 11587293. OLE color: 11587293.

HSL color Cylindrical-coordinate representation of color #DDCEB0: hue angle of 40º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDCEB0 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 206 176 -
CMYK 0 0.07 0.20 0.13
HSL 40º 0.4% 0.78% -
HSV(B) 40º 0.2% 0.87% -
XYZ 59.73 62.65 50.02 -
YUV 207.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 221 206 176 0 0.07 0.20 0.13 40 0.4 0.78
Hex DD CE B0 0 7 14 D 28 28 4E
Octal 335 316 260 0 7 24 15 50 50 116
Binary 11011101 11001110 10110000 0 111 10100 1101 101000 101000 1001110

Color Harmonies of #DDCEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCEB0

Black with #DDCEB0

Text Example


Text Example

White with #DDCEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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