#DDCDB7

Color #DDCDB7 Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish White #DDCDB7

Tints of Spanish White #DDCDB7

Color information

#DDCDB7 (or 0xDDCDB7) is unknown color: approx Spanish White. HEX triplet: DD, CD and B7. RGB value is (221,205,183). Sum of RGB (Red+Green+Blue) = 221+205+183=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 183 (71.88% from 255 or 30.05% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDB7 is #223248. Grayscale: #CFCFCF. Windows color (decimal): -2241097 or 12045789. OLE color: 12045789.

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

Color convert

RGB221205183-
CMYK00.070.170.13
HSL34.74º35.85%79.22%-
HSV(B)34.74º17.19%86.67%-
XYZ60.262.4553.68-
YUV207.28114.3137.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 183 (71.88% from 255) = 30.05%
R=36.29%
G=33.66%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120518300.070.170.1334.7435.8579.22
HexDDCDB70711D23244f
Octal3353152670721154344117
Binary11011101110011011011011101111000111011000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDB7; }

 p { color: rgb(221,205,183); }

 H1.HeaderClassName
 {
   color: #DDCDB7;
 }
 .AnyTagClassName
 {
   color: #DDCDB7;
 }
</style>
background-color css

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

 a { background-color: rgb(221,205,183); }

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

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

 span { border-color: rgb(221,205,183); }

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