Html Css Color HEX #D0BFFE Lavender Blue

📋 copy color: '#D0BFFE'

red 208 ◦ green 191 ◦ blue 254

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

Shades of Lavender Blue #D0BFFE

Tints of Lavender Blue #D0BFFE

RGB

 RED value IS 208 (81.64% from 255) = 31.85%

 GREEN value IS 191 (75% from 255) = 29.25%

 BLUE value IS 254 (99.61% from 255) = 38.9%

R = 31.85%
G = 29.25%
B = 38.9%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D0BFFE (or 0xD0BFFE) is known color: Lavender Blue. HEX triplet: D0, BF and FE. RGB value is (208,191,254). Sum of RGB (Red+Green+Blue) = 208+191+254=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BFFE is #2F4001. Grayscale: #CBCBCB. Windows color (decimal): -3096578 or 16695248. OLE color: 16695248.

HSL color Cylindrical-coordinate representation of color #D0BFFE: hue angle of 256.19º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0BFFE is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 191 254 -
CMYK 0.18 0.25 0 0.00
HSL 256.19º 0.97% 0.87% -
HSV(B) 256.19º 0.25% 1% -
XYZ 62.53 57.83 101.63 -
YUV 203.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 208 191 254 0.18 0.25 0 0.00 256.19 0.97 0.87
Hex D0 BF FE 12 19 0 0 100 61 57
Octal 320 277 376 22 31 0 0 400 141 127
Binary 11010000 10111111 11111110 10010 11001 0 0 100000000 1100001 1010111

Color Harmonies of #D0BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BFFE

Black with #D0BFFE

Text Example


Text Example

White with #D0BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BFFE; }

 p { color: rgb(208,191,254); }

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

background-color css

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

 a { background-color: rgb(208,191,254); }

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

border-color css

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

 span { border-color: rgb(208,191,254); }

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