Html Css Color HEX #D3C9FA Lavender Blue

📋 copy color: '#D3C9FA'

red 211 ◦ green 201 ◦ blue 250

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

Shades of Lavender Blue #D3C9FA

Tints of Lavender Blue #D3C9FA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.36%

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

R = 31.87%
G = 30.36%
B = 37.76%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3C9FA (or 0xD3C9FA) is known color: Lavender Blue. HEX triplet: D3, C9 and FA. RGB value is (211,201,250). Sum of RGB (Red+Green+Blue) = 211+201+250=662 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.87% from 662); Green value is 201 (78.91% from 255 or 30.36% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3C9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C9FA is #2C3605. Grayscale: #D1D1D1. Windows color (decimal): -2897414 or 16435667. OLE color: 16435667.

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

Color convert

RGB 211 201 250 -
CMYK 0.16 0.20 0 0.02
HSL 252.24º 0.83% 0.88% -
HSV(B) 252.24º 0.2% 0.98% -
XYZ 65.01 62.52 99.08 -
YUV 209.58 150.81 129.02 -
System Red Green Blue C M Y K H S L
Decimal 211 201 250 0.16 0.20 0 0.02 252.24 0.83 0.88
Hex D3 C9 FA 10 14 0 2 FC 53 58
Octal 323 311 372 20 24 0 2 374 123 130
Binary 11010011 11001001 11111010 10000 10100 0 10 11111100 1010011 1011000

Color Harmonies of #D3C9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C9FA

Black with #D3C9FA

Text Example


Text Example

White with #D3C9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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