#D8CDB7

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

Shades of Spanish White #D8CDB7

Tints of Spanish White #D8CDB7

Color information

#D8CDB7 (or 0xD8CDB7) is unknown color: approx Spanish White. HEX triplet: D8, CD and B7. RGB value is (216,205,183). Sum of RGB (Red+Green+Blue) = 216+205+183=604 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.76% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDB7 is #273248. Grayscale: #CDCDCD. Windows color (decimal): -2568777 or 12045784. OLE color: 12045784.

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

Color convert

RGB216205183-
CMYK00.050.150.15
HSL40º29.73%78.24%-
HSV(B)40º15.28%84.71%-
XYZ58.761.6853.61-
YUV205.78115.14135.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.76%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 183 (71.88% from 255) = 30.30%
R=35.76%
G=33.94%
B=30.30%

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
Decimal21620518300.050.150.154029.7378.24
HexD8CDB705FF281e4e
Octal3303152670517175036116
Binary110110001100110110110111010111111111101000111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CDB7; }

 p { color: rgb(216,205,183); }

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

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

 a { background-color: rgb(216,205,183); }

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

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

 span { border-color: rgb(216,205,183); }

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