#D7CEC1

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

Shades of Blanc #D7CEC1

Tints of Blanc #D7CEC1

Color information

#D7CEC1 (or 0xD7CEC1) is unknown color: approx Blanc. HEX triplet: D7, CE and C1. RGB value is (215,206,193). Sum of RGB (Red+Green+Blue) = 215+206+193=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CEC1 is #28313E. Grayscale: #CFCFCF. Windows color (decimal): -2634047 or 12701399. OLE color: 12701399.

HSL color Cylindrical-coordinate representation of color #D7CEC1: hue angle of 35.45º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7CEC1 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB215206193-
CMYK00.040.100.16
HSL35.45º21.57%80%-
HSV(B)35.45º10.23%84.31%-
XYZ59.7262.4459.36-
YUV207.21119.98133.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.02%
GREEN value IS 206 (80.86% from 255) = 33.55%
BLUE value IS 193 (75.78% from 255) = 31.43%
R=35.02%
G=33.55%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520619300.040.100.1635.4521.5780
HexD7CEC104A10231650
Octal3273163010412204326120
Binary1101011111001110110000010100101010000100011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CEC1; }

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

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

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

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

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

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

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

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