#DDCFB4

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

Shades of Spanish White #DDCFB4

Tints of Spanish White #DDCFB4

Color information

#DDCFB4 (or 0xDDCFB4) is unknown color: approx Spanish White. HEX triplet: DD, CF and B4. RGB value is (221,207,180). Sum of RGB (Red+Green+Blue) = 221+207+180=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFB4 is #22304B. Grayscale: #D0D0D0. Windows color (decimal): -2240588 or 11849693. OLE color: 11849693.

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

Color convert

RGB221207180-
CMYK00.060.190.13
HSL39.51º37.61%78.63%-
HSV(B)39.51º18.55%86.67%-
XYZ60.3763.2952.21-
YUV208.11112.14137.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 180 (70.70% from 255) = 29.61%
R=36.35%
G=34.05%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120718000.060.190.1339.5137.6178.63
HexDDCFB40613D28264f
Octal3353172640623155046117
Binary11011101110011111011010001101001111011010001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFB4; }

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

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

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

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

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

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

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

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