Html Css Color HEX #D6BBE6 Fog

📋 copy color: '#D6BBE6'

red 214 ◦ green 187 ◦ blue 230

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

Shades of Fog #D6BBE6

Tints of Fog #D6BBE6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.64%

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

R = 33.91%
G = 29.64%
B = 36.45%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D6BBE6 (or 0xD6BBE6) is known color: Fog. HEX triplet: D6, BB and E6. RGB value is (214,187,230). Sum of RGB (Red+Green+Blue) = 214+187+230=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 230 - color contains mainly: blue. Hex color #D6BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BBE6 is #294419. Grayscale: #C7C7C7. Windows color (decimal): -2704410 or 15121366. OLE color: 15121366.

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

Color convert

RGB 214 187 230 -
CMYK 0.07 0.19 0 0.10
HSL 277.67º 0.46% 0.82% -
HSV(B) 277.67º 0.19% 0.9% -
XYZ 59.78 55.55 82.43 -
YUV 199.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 214 187 230 0.07 0.19 0 0.10 277.67 0.46 0.82
Hex D6 BB E6 7 13 0 A 116 2E 52
Octal 326 273 346 7 23 0 12 426 56 122
Binary 11010110 10111011 11100110 111 10011 0 1010 100010110 101110 1010010

Color Harmonies of #D6BBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BBE6

Black with #D6BBE6

Text Example


Text Example

White with #D6BBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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