Html Css Color HEX #D1BCE6 Fog

📋 copy color: '#D1BCE6'

red 209 ◦ green 188 ◦ blue 230

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

Shades of Fog #D1BCE6

Tints of Fog #D1BCE6

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 value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D1BCE6 (or 0xD1BCE6) is known color: 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

RGB 209 188 230 -
CMYK 0.09 0.18 0 0.10
HSL 270º 0.46% 0.82% -
HSV(B) 270º 0.18% 0.9% -
XYZ 58.56 55.23 82.44 -
YUV 199.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 209 188 230 0.09 0.18 0 0.10 270 0.46 0.82
Hex D1 BC E6 9 12 0 A 10E 2E 52
Octal 321 274 346 11 22 0 12 416 56 122
Binary 11010001 10111100 11100110 1001 10010 0 1010 100001110 101110 1010010

Color Harmonies of #D1BCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BCE6

Black with #D1BCE6

Text Example


Text Example

White with #D1BCE6

Text Example


Text Example

HTML Codes & Css Web 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>