#D8CEB9

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

Shades of Spanish White #D8CEB9

Tints of Spanish White #D8CEB9

Color information

#D8CEB9 (or 0xD8CEB9) is unknown color: approx Spanish White. HEX triplet: D8, CE and B9. RGB value is (216,206,185). Sum of RGB (Red+Green+Blue) = 216+206+185=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CEB9 is #273146. Grayscale: #CECECE. Windows color (decimal): -2568519 or 12177112. OLE color: 12177112.

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

Color convert

RGB216206185-
CMYK00.050.140.15
HSL40.65º28.44%78.63%-
HSV(B)40.65º14.35%84.71%-
XYZ59.1562.2454.8-
YUV206.6115.81134.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.58%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 185 (72.66% from 255) = 30.48%
R=35.58%
G=33.94%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620618500.050.140.1540.6528.4478.63
HexD8CEB905EF291c4f
Octal3303162710516175134117
Binary110110001100111010111001010111101111101001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CEB9; }

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

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

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

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

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

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

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

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