#DDCFB5

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

Shades of Spanish White #DDCFB5

Tints of Spanish White #DDCFB5

Color information

#DDCFB5 (or 0xDDCFB5) is unknown color: approx Spanish White. HEX triplet: DD, CF and B5. RGB value is (221,207,181). Sum of RGB (Red+Green+Blue) = 221+207+181=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFB5 is #22304A. Grayscale: #D0D0D0. Windows color (decimal): -2240587 or 11915229. OLE color: 11915229.

HSL color Cylindrical-coordinate representation of color #DDCFB5: hue angle of 39º degrees, saturation: 0.37, 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 #DDCFB5 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB221207181-
CMYK00.060.180.13
HSL39º37.04%78.82%-
HSV(B)39º18.1%86.67%-
XYZ60.4763.3352.75-
YUV208.22112.64137.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 207 (81.25% from 255) = 33.99%
BLUE value IS 181 (71.09% from 255) = 29.72%
R=36.29%
G=33.99%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120718100.060.180.133937.0478.82
HexDDCFB50612D27254f
Octal3353172650622154745117
Binary11011101110011111011010101101001011011001111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFB5; }

 p { color: rgb(221,207,181); }

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

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

 a { background-color: rgb(221,207,181); }

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

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

 span { border-color: rgb(221,207,181); }

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