#D8CFB9

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

Shades of Spanish White #D8CFB9

Tints of Spanish White #D8CFB9

Color information

#D8CFB9 (or 0xD8CFB9) is unknown color: approx Spanish White. HEX triplet: D8, CF and B9. RGB value is (216,207,185). Sum of RGB (Red+Green+Blue) = 216+207+185=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFB9 is #273046. Grayscale: #CFCFCF. Windows color (decimal): -2568263 or 12177368. OLE color: 12177368.

HSL color Cylindrical-coordinate representation of color #D8CFB9: hue angle of 42.58º 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 #D8CFB9 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB216207185-
CMYK00.040.140.15
HSL42.58º28.44%78.63%-
HSV(B)42.58º14.35%84.71%-
XYZ59.3962.7354.88-
YUV207.18115.48134.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.53%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 185 (72.66% from 255) = 30.43%
R=35.53%
G=34.05%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620718500.040.140.1542.5828.4478.63
HexD8CFB904EF2b1c4f
Octal3303172710416175334117
Binary110110001100111110111001010011101111101011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CFB9; }

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

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

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

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

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

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

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

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