Html Css Color HEX #D3BCE6 Fog

📋 copy color: '#D3BCE6'

red 211 ◦ green 188 ◦ blue 230

#D3BCE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fog #D3BCE6

Tints of Fog #D3BCE6

RGB

 RED value IS 211 (82.81% from 255) = 33.55%

 GREEN value IS 188 (73.83% from 255) = 29.89%

 BLUE value IS 230 (90.23% from 255) = 36.57%

R = 33.55%
G = 29.89%
B = 36.57%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D3BCE6 (or 0xD3BCE6) is known color: Fog. HEX triplet: D3, BC and E6. RGB value is (211,188,230). Sum of RGB (Red+Green+Blue) = 211+188+230=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 230 - color contains mainly: blue. Hex color #D3BCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BCE6 is #2C4319. Grayscale: #C7C7C7. Windows color (decimal): -2900762 or 15121619. OLE color: 15121619.

HSL color Cylindrical-coordinate representation of color #D3BCE6: hue angle of 272.86º 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 #D3BCE6 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 188 230 -
CMYK 0.08 0.18 0 0.10
HSL 272.86º 0.46% 0.82% -
HSV(B) 272.86º 0.18% 0.9% -
XYZ 59.13 55.53 82.46 -
YUV 199.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 211 188 230 0.08 0.18 0 0.10 272.86 0.46 0.82
Hex D3 BC E6 8 12 0 A 111 2E 52
Octal 323 274 346 10 22 0 12 421 56 122
Binary 11010011 10111100 11100110 1000 10010 0 1010 100010001 101110 1010010

Color Harmonies of #D3BCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BCE6

Black with #D3BCE6

Text Example


Text Example

White with #D3BCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BCE6; }

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

 H1.HeaderClassName
 {
   color: #D3BCE6;
 }
 .AnyTagClassName
 {
   color: #D3BCE6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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