Html Css Color HEX #D6BBEE Fog

📋 copy color: '#D6BBEE'

red 214 ◦ green 187 ◦ blue 238

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

Shades of Fog #D6BBEE

Tints of Fog #D6BBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.25%

R = 33.49%
G = 29.26%
B = 37.25%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6BBEE (or 0xD6BBEE) is known color: Fog. HEX triplet: D6, BB and EE. RGB value is (214,187,238). Sum of RGB (Red+Green+Blue) = 214+187+238=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BBEE is #294411. Grayscale: #C8C8C8. Windows color (decimal): -2704402 or 15645654. OLE color: 15645654.

HSL color Cylindrical-coordinate representation of color #D6BBEE: hue angle of 271.76º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6BBEE is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 187 238 -
CMYK 0.10 0.21 0 0.07
HSL 271.76º 0.6% 0.83% -
HSV(B) 271.76º 0.21% 0.93% -
XYZ 60.93 56.01 88.49 -
YUV 200.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 214 187 238 0.10 0.21 0 0.07 271.76 0.6 0.83
Hex D6 BB EE A 15 0 7 110 3C 53
Octal 326 273 356 12 25 0 7 420 74 123
Binary 11010110 10111011 11101110 1010 10101 0 111 100010000 111100 1010011

Color Harmonies of #D6BBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BBEE

Black with #D6BBEE

Text Example


Text Example

White with #D6BBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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