#D9CEB6

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

Shades of Spanish White #D9CEB6

Tints of Spanish White #D9CEB6

Color information

#D9CEB6 (or 0xD9CEB6) is unknown color: approx Spanish White. HEX triplet: D9, CE and B6. RGB value is (217,206,182). Sum of RGB (Red+Green+Blue) = 217+206+182=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEB6 is #263149. Grayscale: #CECECE. Windows color (decimal): -2502986 or 11980505. OLE color: 11980505.

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

Color convert

RGB217206182-
CMYK00.050.160.15
HSL41.14º31.53%78.24%-
HSV(B)41.14º16.13%85.1%-
XYZ59.1362.2753.16-
YUV206.55114.14135.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.87%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 182 (71.48% from 255) = 30.08%
R=35.87%
G=34.05%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720618200.050.160.1541.1431.5378.24
HexD9CEB60510F29204e
Octal3313162660520175140116
Binary11011001110011101011011001011000011111010011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEB6; }

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

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

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

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

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

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

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

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