#D6CBBC

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

Shades of Blanc #D6CBBC

Tints of Blanc #D6CBBC

Color information

#D6CBBC (or 0xD6CBBC) is unknown color: approx Blanc. HEX triplet: D6, CB and BC. RGB value is (214,203,188). Sum of RGB (Red+Green+Blue) = 214+203+188=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBBC is #293443. Grayscale: #CCCCCC. Windows color (decimal): -2700356 or 12372950. OLE color: 12372950.

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

Color convert

RGB214203188-
CMYK00.050.120.16
HSL34.62º24.07%78.82%-
HSV(B)34.62º12.15%83.92%-
XYZ58.1660.6456.22-
YUV204.58118.64134.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.37%
GREEN value IS 203 (79.69% from 255) = 33.55%
BLUE value IS 188 (73.83% from 255) = 31.07%
R=35.37%
G=33.55%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420318800.050.120.1634.6224.0778.82
HexD6CBBC05C1023184f
Octal3263132740514204330117
Binary1101011011001011101111000101110010000100011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBBC; }

 p { color: rgb(214,203,188); }

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

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

 a { background-color: rgb(214,203,188); }

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

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

 span { border-color: rgb(214,203,188); }

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