Html Css Color HEX #D3C5FE Lavender Blue

📋 copy color: '#D3C5FE'

red 211 ◦ green 197 ◦ blue 254

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

Shades of Lavender Blue #D3C5FE

Tints of Lavender Blue #D3C5FE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.76%

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

R = 31.87%
G = 29.76%
B = 38.37%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D3C5FE (or 0xD3C5FE) is known color: Lavender Blue. HEX triplet: D3, C5 and FE. RGB value is (211,197,254). Sum of RGB (Red+Green+Blue) = 211+197+254=662 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.87% from 662); Green value is 197 (77.34% from 255 or 29.76% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3C5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C5FE is #2C3A01. Grayscale: #CFCFCF. Windows color (decimal): -2898434 or 16696787. OLE color: 16696787.

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

Color convert

RGB 211 197 254 -
CMYK 0.17 0.22 0 0.00
HSL 254.74º 0.97% 0.88% -
HSV(B) 254.74º 0.22% 1% -
XYZ 64.72 60.94 102.12 -
YUV 207.68 154.14 130.37 -
System Red Green Blue C M Y K H S L
Decimal 211 197 254 0.17 0.22 0 0.00 254.74 0.97 0.88
Hex D3 C5 FE 11 16 0 0 FF 61 58
Octal 323 305 376 21 26 0 0 377 141 130
Binary 11010011 11000101 11111110 10001 10110 0 0 11111111 1100001 1011000

Color Harmonies of #D3C5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C5FE

Black with #D3C5FE

Text Example


Text Example

White with #D3C5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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