Html Css Color HEX #D1C6FA Lavender Blue

📋 copy color: '#D1C6FA'

red 209 ◦ green 198 ◦ blue 250

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

Shades of Lavender Blue #D1C6FA

Tints of Lavender Blue #D1C6FA

RGB

 RED value IS 209 (82.03% from 255) = 31.81%

 GREEN value IS 198 (77.73% from 255) = 30.14%

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

R = 31.81%
G = 30.14%
B = 38.05%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1C6FA (or 0xD1C6FA) is known color: Lavender Blue. HEX triplet: D1, C6 and FA. RGB value is (209,198,250). Sum of RGB (Red+Green+Blue) = 209+198+250=657 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.81% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1C6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C6FA is #2E3905. Grayscale: #CFCFCF. Windows color (decimal): -3029254 or 16434897. OLE color: 16434897.

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

Color convert

RGB 209 198 250 -
CMYK 0.16 0.21 0 0.02
HSL 252.69º 0.84% 0.88% -
HSV(B) 252.69º 0.21% 0.98% -
XYZ 63.74 60.85 98.83 -
YUV 207.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 209 198 250 0.16 0.21 0 0.02 252.69 0.84 0.88
Hex D1 C6 FA 10 15 0 2 FD 54 58
Octal 321 306 372 20 25 0 2 375 124 130
Binary 11010001 11000110 11111010 10000 10101 0 10 11111101 1010100 1011000

Color Harmonies of #D1C6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C6FA

Black with #D1C6FA

Text Example


Text Example

White with #D1C6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C6FA; }

 p { color: rgb(209,198,250); }

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

background-color css

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

 a { background-color: rgb(209,198,250); }

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

border-color css

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

 span { border-color: rgb(209,198,250); }

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