Html Css Color HEX #D6BCE6 Fog

📋 copy color: '#D6BCE6'

red 214 ◦ green 188 ◦ blue 230

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

Shades of Fog #D6BCE6

Tints of Fog #D6BCE6

RGB

 RED value IS 214 (83.98% from 255) = 33.86%

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

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

R = 33.86%
G = 29.75%
B = 36.39%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D6BCE6 (or 0xD6BCE6) is known color: Fog. HEX triplet: D6, BC and E6. RGB value is (214,188,230). Sum of RGB (Red+Green+Blue) = 214+188+230=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 230 - color contains mainly: blue. Hex color #D6BCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BCE6 is #294319. Grayscale: #C8C8C8. Windows color (decimal): -2704154 or 15121622. OLE color: 15121622.

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

Color convert

RGB 214 188 230 -
CMYK 0.07 0.18 0 0.10
HSL 277.14º 0.46% 0.82% -
HSV(B) 277.14º 0.18% 0.9% -
XYZ 60 55.98 82.51 -
YUV 200.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 214 188 230 0.07 0.18 0 0.10 277.14 0.46 0.82
Hex D6 BC E6 7 12 0 A 115 2E 52
Octal 326 274 346 7 22 0 12 425 56 122
Binary 11010110 10111100 11100110 111 10010 0 1010 100010101 101110 1010010

Color Harmonies of #D6BCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BCE6

Black with #D6BCE6

Text Example


Text Example

White with #D6BCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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