Html Css Color HEX #D6BEEB Fog

📋 copy color: '#D6BEEB'

red 214 ◦ green 190 ◦ blue 235

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

Shades of Fog #D6BEEB

Tints of Fog #D6BEEB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.73%

 BLUE value IS 235 (92.19% from 255) = 36.78%

R = 33.49%
G = 29.73%
B = 36.78%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D6BEEB (or 0xD6BEEB) is known color: Fog. HEX triplet: D6, BE and EB. RGB value is (214,190,235). Sum of RGB (Red+Green+Blue) = 214+190+235=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BEEB is #294114. Grayscale: #CACACA. Windows color (decimal): -2703637 or 15449814. OLE color: 15449814.

HSL color Cylindrical-coordinate representation of color #D6BEEB: hue angle of 272º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6BEEB is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 190 235 -
CMYK 0.09 0.19 0 0.08
HSL 272º 0.53% 0.83% -
HSV(B) 272º 0.19% 0.92% -
XYZ 61.14 57.12 86.4 -
YUV 202.31 146.45 136.34 -
System Red Green Blue C M Y K H S L
Decimal 214 190 235 0.09 0.19 0 0.08 272 0.53 0.83
Hex D6 BE EB 9 13 0 8 110 35 53
Octal 326 276 353 11 23 0 10 420 65 123
Binary 11010110 10111110 11101011 1001 10011 0 1000 100010000 110101 1010011

Color Harmonies of #D6BEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BEEB

Black with #D6BEEB

Text Example


Text Example

White with #D6BEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BEEB; }

 p { color: rgb(214,190,235); }

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

background-color css

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

 a { background-color: rgb(214,190,235); }

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

border-color css

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

 span { border-color: rgb(214,190,235); }

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