#D9CFBA

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

Shades of Spanish White #D9CFBA

Tints of Spanish White #D9CFBA

Color information

#D9CFBA (or 0xD9CFBA) is unknown color: approx Spanish White. HEX triplet: D9, CF and BA. RGB value is (217,207,186). Sum of RGB (Red+Green+Blue) = 217+207+186=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFBA is #263045. Grayscale: #CFCFCF. Windows color (decimal): -2502726 or 12242905. OLE color: 12242905.

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

Color convert

RGB217207186-
CMYK00.050.140.15
HSL40.65º28.97%79.02%-
HSV(B)40.65º14.29%85.1%-
XYZ59.7962.9255.45-
YUV207.6115.81134.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.57%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 186 (73.05% from 255) = 30.49%
R=35.57%
G=33.93%
B=30.49%

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
Decimal21720718600.050.140.1540.6528.9779.02
HexD9CFBA05EF291d4f
Octal3313172720516175135117
Binary110110011100111110111010010111101111101001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFBA; }

 p { color: rgb(217,207,186); }

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

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

 a { background-color: rgb(217,207,186); }

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

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

 span { border-color: rgb(217,207,186); }

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