Html Css Color HEX #D3C4FE Lavender Blue

📋 copy color: '#D3C4FE'

red 211 ◦ green 196 ◦ blue 254

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

Shades of Lavender Blue #D3C4FE

Tints of Lavender Blue #D3C4FE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.65%

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

R = 31.92%
G = 29.65%
B = 38.43%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D3C4FE (or 0xD3C4FE) is known color: Lavender Blue. HEX triplet: D3, C4 and FE. RGB value is (211,196,254). Sum of RGB (Red+Green+Blue) = 211+196+254=661 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.92% from 661); Green value is 196 (76.95% from 255 or 29.65% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3C4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C4FE is #2C3B01. Grayscale: #CECECE. Windows color (decimal): -2898690 or 16696531. OLE color: 16696531.

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

Color convert

RGB 211 196 254 -
CMYK 0.17 0.23 0 0.00
HSL 255.52º 0.97% 0.88% -
HSV(B) 255.52º 0.23% 1% -
XYZ 64.49 60.48 102.04 -
YUV 207.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 211 196 254 0.17 0.23 0 0.00 255.52 0.97 0.88
Hex D3 C4 FE 11 17 0 0 100 61 58
Octal 323 304 376 21 27 0 0 400 141 130
Binary 11010011 11000100 11111110 10001 10111 0 0 100000000 1100001 1011000

Color Harmonies of #D3C4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C4FE

Black with #D3C4FE

Text Example


Text Example

White with #D3C4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C4FE; }

 p { color: rgb(211,196,254); }

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

background-color css

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

 a { background-color: rgb(211,196,254); }

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

border-color css

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

 span { border-color: rgb(211,196,254); }

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