#DDCFB8

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

Shades of Spanish White #DDCFB8

Tints of Spanish White #DDCFB8

Color information

#DDCFB8 (or 0xDDCFB8) is unknown color: approx Spanish White. HEX triplet: DD, CF and B8. RGB value is (221,207,184). Sum of RGB (Red+Green+Blue) = 221+207+184=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFB8 is #223047. Grayscale: #D0D0D0. Windows color (decimal): -2240584 or 12111837. OLE color: 12111837.

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

Color convert

RGB221207184-
CMYK00.060.170.13
HSL37.3º35.24%79.41%-
HSV(B)37.3º16.74%86.67%-
XYZ60.7863.4654.39-
YUV208.56114.14136.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 207 (81.25% from 255) = 33.82%
BLUE value IS 184 (72.27% from 255) = 30.07%
R=36.11%
G=33.82%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120718400.060.170.1337.335.2479.41
HexDDCFB80611D25234f
Octal3353172700621154543117
Binary11011101110011111011100001101000111011001011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFB8; }

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

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

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

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

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

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

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

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