#d1bce6

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

Shades of Fog #D1BCE6

Tints of Fog #D1BCE6

Color information

#D1BCE6 (or 0xD1BCE6) is unknown color: approx Fog. HEX triplet: D1, BC and E6. RGB value is (209,188,230). Sum of RGB (Red+Green+Blue) = 209+188+230=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #D1BCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BCE6 is #2E4319. Grayscale: #C6C6C6. Windows color (decimal): -3031834 or 15121617. OLE color: 15121617.

HSL color Cylindrical-coordinate representation of color #D1BCE6: hue angle of 270º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1BCE6 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB209188230-
CMYK0.090.1800.10
HSL270º45.65%81.96%-
HSV(B)270º18.26%90.2%-
XYZ58.5655.2382.44-
YUV199.07145.46135.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.33%
GREEN value IS 188 (73.83% from 255) = 29.98%
BLUE value IS 230 (90.23% from 255) = 36.68%
R=33.33%
G=29.98%
B=36.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2091882300.090.1800.1027045.6581.96
HexD1BCE69120A10e2e52
Octal321274346112201241656122
Binary110100011011110011100110100110010010101000011101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1bce6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1bce6; }

 p { color: rgb(209,188,230); }

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

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

 a { background-color: rgb(209,188,230); }

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

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

 span { border-color: rgb(209,188,230); }

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