#D6D3CF

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

Shades of Gallery #D6D3CF

Tints of Gallery #D6D3CF

Color information

#D6D3CF (or 0xD6D3CF) is unknown color: approx Gallery. HEX triplet: D6, D3 and CF. RGB value is (214,211,207). Sum of RGB (Red+Green+Blue) = 214+211+207=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D3CF is #292C30. Grayscale: #D3D3D3. Windows color (decimal): -2698289 or 13620182. OLE color: 13620182.

HSL color Cylindrical-coordinate representation of color #D6D3CF: hue angle of 34.29º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D6D3CF is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB214211207-
CMYK00.010.030.16
HSL34.29º7.87%82.55%-
HSV(B)34.29º3.27%83.92%-
XYZ62.2965.3968.37-
YUV211.44125.49129.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.86%
GREEN value IS 211 (82.81% from 255) = 33.39%
BLUE value IS 207 (81.25% from 255) = 32.75%
R=33.86%
G=33.39%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421120700.010.030.1634.297.8782.55
HexD6D3CF0131022853
Octal326323317013204210123
Binary11010110110100111100111101111000010001010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D3CF; }

 p { color: rgb(214,211,207); }

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

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

 a { background-color: rgb(214,211,207); }

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

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

 span { border-color: rgb(214,211,207); }

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