Html Css Color HEX #D5D0FA Lavender Blue

📋 copy color: '#D5D0FA'

red 213 ◦ green 208 ◦ blue 250

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

Shades of Lavender Blue #D5D0FA

Tints of Lavender Blue #D5D0FA

RGB

 RED value IS 213 (83.59% from 255) = 31.74%

 GREEN value IS 208 (81.64% from 255) = 31%

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

R = 31.74%
G = 31%
B = 37.26%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5D0FA (or 0xD5D0FA) is known color: Lavender Blue. HEX triplet: D5, D0 and FA. RGB value is (213,208,250). Sum of RGB (Red+Green+Blue) = 213+208+250=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 208 (81.64% from 255 or 31.00% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5D0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D0FA is #2A2F05. Grayscale: #D6D6D6. Windows color (decimal): -2764550 or 16437461. OLE color: 16437461.

HSL color Cylindrical-coordinate representation of color #D5D0FA: hue angle of 247.14º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5D0FA is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 208 250 -
CMYK 0.15 0.17 0 0.02
HSL 247.14º 0.81% 0.9% -
HSV(B) 247.14º 0.17% 0.98% -
XYZ 67.25 66.16 99.67 -
YUV 214.28 148.16 127.08 -
System Red Green Blue C M Y K H S L
Decimal 213 208 250 0.15 0.17 0 0.02 247.14 0.81 0.9
Hex D5 D0 FA F 11 0 2 F7 51 5A
Octal 325 320 372 17 21 0 2 367 121 132
Binary 11010101 11010000 11111010 1111 10001 0 10 11110111 1010001 1011010

Color Harmonies of #D5D0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D0FA

Black with #D5D0FA

Text Example


Text Example

White with #D5D0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D0FA; }

 p { color: rgb(213,208,250); }

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

background-color css

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

 a { background-color: rgb(213,208,250); }

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

border-color css

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

 span { border-color: rgb(213,208,250); }

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