Html Css Color HEX #D3BEFA Fog

📋 copy color: '#D3BEFA'

red 211 ◦ green 190 ◦ blue 250

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

Shades of Fog #D3BEFA

Tints of Fog #D3BEFA

RGB

 RED value IS 211 (82.81% from 255) = 32.41%

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

 BLUE value IS 250 (98.05% from 255) = 38.4%

R = 32.41%
G = 29.19%
B = 38.4%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3BEFA (or 0xD3BEFA) is known color: Fog. HEX triplet: D3, BE and FA. RGB value is (211,190,250). Sum of RGB (Red+Green+Blue) = 211+190+250=651 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.41% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BEFA is #2C4105. Grayscale: #CACACA. Windows color (decimal): -2900230 or 16432851. OLE color: 16432851.

HSL color Cylindrical-coordinate representation of color #D3BEFA: hue angle of 261º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3BEFA is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 190 250 -
CMYK 0.16 0.24 0 0.02
HSL 261º 0.86% 0.86% -
HSV(B) 261º 0.24% 0.98% -
XYZ 62.53 57.58 98.26 -
YUV 203.12 154.46 133.62 -
System Red Green Blue C M Y K H S L
Decimal 211 190 250 0.16 0.24 0 0.02 261 0.86 0.86
Hex D3 BE FA 10 18 0 2 105 56 56
Octal 323 276 372 20 30 0 2 405 126 126
Binary 11010011 10111110 11111010 10000 11000 0 10 100000101 1010110 1010110

Color Harmonies of #D3BEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BEFA

Black with #D3BEFA

Text Example


Text Example

White with #D3BEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BEFA; }

 p { color: rgb(211,190,250); }

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

background-color css

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

 a { background-color: rgb(211,190,250); }

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

border-color css

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

 span { border-color: rgb(211,190,250); }

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