#DDCDB6

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

Shades of Spanish White #DDCDB6

Tints of Spanish White #DDCDB6

Color information

#DDCDB6 (or 0xDDCDB6) is unknown color: approx Spanish White. HEX triplet: DD, CD and B6. RGB value is (221,205,182). Sum of RGB (Red+Green+Blue) = 221+205+182=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 182 (71.48% from 255 or 29.93% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDB6 is #223249. Grayscale: #CFCFCF. Windows color (decimal): -2241098 or 11980253. OLE color: 11980253.

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

Color convert

RGB221205182-
CMYK00.070.180.13
HSL35.38º36.45%79.02%-
HSV(B)35.38º17.65%86.67%-
XYZ60.0962.4153.14-
YUV207.16113.8137.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 205 (80.47% from 255) = 33.72%
BLUE value IS 182 (71.48% from 255) = 29.93%
R=36.35%
G=33.72%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120518200.070.180.1335.3836.4579.02
HexDDCDB60712D23244f
Octal3353152660722154344117
Binary11011101110011011011011001111001011011000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDB6; }

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

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

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

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

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

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

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

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