#D7CEBE

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

Shades of Blanc #D7CEBE

Tints of Blanc #D7CEBE

Color information

#D7CEBE (or 0xD7CEBE) is unknown color: approx Blanc. HEX triplet: D7, CE and BE. RGB value is (215,206,190). Sum of RGB (Red+Green+Blue) = 215+206+190=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CEBE is #283141. Grayscale: #CECECE. Windows color (decimal): -2634050 or 12504791. OLE color: 12504791.

HSL color Cylindrical-coordinate representation of color #D7CEBE: hue angle of 38.4º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7CEBE is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB215206190-
CMYK00.040.120.16
HSL38.4º23.81%79.41%-
HSV(B)38.4º11.63%84.31%-
XYZ59.3962.3157.61-
YUV206.87118.48133.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.19%
GREEN value IS 206 (80.86% from 255) = 33.72%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=35.19%
G=33.72%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520619000.040.120.1638.423.8179.41
HexD7CEBE04C1026184f
Octal3273162760414204630117
Binary1101011111001110101111100100110010000100110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CEBE; }

 p { color: rgb(215,206,190); }

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

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

 a { background-color: rgb(215,206,190); }

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

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

 span { border-color: rgb(215,206,190); }

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