#D9CEB9

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

Shades of Spanish White #D9CEB9

Tints of Spanish White #D9CEB9

Color information

#D9CEB9 (or 0xD9CEB9) is unknown color: approx Spanish White. HEX triplet: D9, CE and B9. RGB value is (217,206,185). Sum of RGB (Red+Green+Blue) = 217+206+185=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEB9 is #263146. Grayscale: #CECECE. Windows color (decimal): -2502983 or 12177113. OLE color: 12177113.

HSL color Cylindrical-coordinate representation of color #D9CEB9: hue angle of 39.38º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9CEB9 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB217206185-
CMYK00.050.150.15
HSL39.38º29.63%78.82%-
HSV(B)39.38º14.75%85.1%-
XYZ59.4462.454.81-
YUV206.9115.64135.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.69%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 185 (72.66% from 255) = 30.43%
R=35.69%
G=33.88%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720618500.050.150.1539.3829.6378.82
HexD9CEB905FF271e4f
Octal3313162710517174736117
Binary110110011100111010111001010111111111100111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEB9; }

 p { color: rgb(217,206,185); }

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

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

 a { background-color: rgb(217,206,185); }

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

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

 span { border-color: rgb(217,206,185); }

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