#D9CEBF

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

Shades of Blanc #D9CEBF

Tints of Blanc #D9CEBF

Color information

#D9CEBF (or 0xD9CEBF) is unknown color: approx Blanc. HEX triplet: D9, CE and BF. RGB value is (217,206,191). Sum of RGB (Red+Green+Blue) = 217+206+191=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEBF is #263140. Grayscale: #CFCFCF. Windows color (decimal): -2502977 or 12570329. OLE color: 12570329.

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

Color convert

RGB217206191-
CMYK00.050.120.15
HSL34.62º25.49%80%-
HSV(B)34.62º11.98%85.1%-
XYZ60.0962.6658.22-
YUV207.58118.64134.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.34%
GREEN value IS 206 (80.86% from 255) = 33.55%
BLUE value IS 191 (75% from 255) = 31.11%
R=35.34%
G=33.55%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720619100.050.120.1534.6225.4980
HexD9CEBF05CF231950
Octal3313162770514174331120
Binary110110011100111010111111010111001111100011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEBF; }

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

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

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

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

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

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

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

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