Html Css Color HEX #D5D1FE Lavender Blue

📋 copy color: '#D5D1FE'

red 213 ◦ green 209 ◦ blue 254

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

Shades of Lavender Blue #D5D1FE

Tints of Lavender Blue #D5D1FE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.92%

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

R = 31.51%
G = 30.92%
B = 37.57%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D5D1FE (or 0xD5D1FE) is known color: Lavender Blue. HEX triplet: D5, D1 and FE. RGB value is (213,209,254). Sum of RGB (Red+Green+Blue) = 213+209+254=676 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.51% from 676); Green value is 209 (82.03% from 255 or 30.92% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5D1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D1FE is #2A2E01. Grayscale: #D7D7D7. Windows color (decimal): -2764290 or 16699861. OLE color: 16699861.

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

Color convert

RGB 213 209 254 -
CMYK 0.16 0.18 0 0.00
HSL 245.33º 0.96% 0.91% -
HSV(B) 245.33º 0.18% 1% -
XYZ 68.13 66.9 103.09 -
YUV 215.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 213 209 254 0.16 0.18 0 0.00 245.33 0.96 0.91
Hex D5 D1 FE 10 12 0 0 F5 60 5B
Octal 325 321 376 20 22 0 0 365 140 133
Binary 11010101 11010001 11111110 10000 10010 0 0 11110101 1100000 1011011

Color Harmonies of #D5D1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D1FE

Black with #D5D1FE

Text Example


Text Example

White with #D5D1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D1FE; }

 p { color: rgb(213,209,254); }

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

background-color css

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

 a { background-color: rgb(213,209,254); }

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

border-color css

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

 span { border-color: rgb(213,209,254); }

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