Html Css Color HEX #D6BEEE Fog

📋 copy color: '#D6BEEE'

red 214 ◦ green 190 ◦ blue 238

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

Shades of Fog #D6BEEE

Tints of Fog #D6BEEE

RGB

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

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

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

R = 33.33%
G = 29.6%
B = 37.07%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6BEEE (or 0xD6BEEE) is known color: Fog. HEX triplet: D6, BE and EE. RGB value is (214,190,238). Sum of RGB (Red+Green+Blue) = 214+190+238=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BEEE is #294111. Grayscale: #CACACA. Windows color (decimal): -2703634 or 15646422. OLE color: 15646422.

HSL color Cylindrical-coordinate representation of color #D6BEEE: hue angle of 270º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6BEEE is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 190 238 -
CMYK 0.10 0.20 0 0.07
HSL 270º 0.59% 0.84% -
HSV(B) 270º 0.2% 0.93% -
XYZ 61.58 57.3 88.7 -
YUV 202.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 214 190 238 0.10 0.20 0 0.07 270 0.59 0.84
Hex D6 BE EE A 14 0 7 10E 3B 54
Octal 326 276 356 12 24 0 7 416 73 124
Binary 11010110 10111110 11101110 1010 10100 0 111 100001110 111011 1010100

Color Harmonies of #D6BEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BEEE

Black with #D6BEEE

Text Example


Text Example

White with #D6BEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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