#D3CBE1

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

Shades of Fog #D3CBE1

Tints of Fog #D3CBE1

Color information

#D3CBE1 (or 0xD3CBE1) is unknown color: approx Fog. HEX triplet: D3, CB and E1. RGB value is (211,203,225). Sum of RGB (Red+Green+Blue) = 211+203+225=639 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.02% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3CBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CBE1 is #2C341E. Grayscale: #CFCFCF. Windows color (decimal): -2896927 or 14797779. OLE color: 14797779.

HSL color Cylindrical-coordinate representation of color #D3CBE1: hue angle of 261.82º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3CBE1 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB211203225-
CMYK0.060.1000.12
HSL261.82º26.83%83.92%-
HSV(B)261.82º9.78%88.24%-
XYZ61.816279.94-
YUV207.9137.65130.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.02%
GREEN value IS 203 (79.69% from 255) = 31.77%
BLUE value IS 225 (88.28% from 255) = 35.21%
R=33.02%
G=31.77%
B=35.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2112032250.060.1000.12261.8226.8383.92
HexD3CBE16A0C1061b54
Octal32331334161201440633124
Binary110100111100101111100001110101001100100000110110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CBE1; }

 p { color: rgb(211,203,225); }

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

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

 a { background-color: rgb(211,203,225); }

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

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

 span { border-color: rgb(211,203,225); }

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