#D9CEBA

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

Shades of Spanish White #D9CEBA

Tints of Spanish White #D9CEBA

Color information

#D9CEBA (or 0xD9CEBA) is unknown color: approx Spanish White. HEX triplet: D9, CE and BA. RGB value is (217,206,186). Sum of RGB (Red+Green+Blue) = 217+206+186=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEBA is #263145. Grayscale: #CFCFCF. Windows color (decimal): -2502982 or 12242649. OLE color: 12242649.

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

Color convert

RGB217206186-
CMYK00.050.140.15
HSL38.71º28.97%79.02%-
HSV(B)38.71º14.29%85.1%-
XYZ59.5562.4455.37-
YUV207.01116.14135.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.63%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=35.63%
G=33.83%
B=30.54%

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
Decimal21720618600.050.140.1538.7128.9779.02
HexD9CEBA05EF271d4f
Octal3313162720516174735117
Binary110110011100111010111010010111101111100111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEBA; }

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

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

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

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

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

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

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

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