#D8CDB8

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

Shades of Spanish White #D8CDB8

Tints of Spanish White #D8CDB8

Color information

#D8CDB8 (or 0xD8CDB8) is unknown color: approx Spanish White. HEX triplet: D8, CD and B8. RGB value is (216,205,184). Sum of RGB (Red+Green+Blue) = 216+205+184=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 184 (72.27% from 255 or 30.41% from 605); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDB8 is #273247. Grayscale: #CDCDCD. Windows color (decimal): -2568776 or 12111320. OLE color: 12111320.

HSL color Cylindrical-coordinate representation of color #D8CDB8: hue angle of 39.38º degrees, saturation: 0.29, 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 #D8CDB8 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB216205184-
CMYK00.050.150.15
HSL39.38º29.09%78.43%-
HSV(B)39.38º14.81%84.71%-
XYZ58.861.7254.16-
YUV205.9115.64135.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.70%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 184 (72.27% from 255) = 30.41%
R=35.70%
G=33.88%
B=30.41%

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
Decimal21620518400.050.150.1539.3829.0978.43
HexD8CDB805FF271d4e
Octal3303152700517174735116
Binary110110001100110110111000010111111111100111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CDB8; }

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

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

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

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

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

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

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

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