Html Css Color HEX #D3C8FF Lavender Blue

📋 copy color: '#D3C8FF'

red 211 ◦ green 200 ◦ blue 255

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

Shades of Lavender Blue #D3C8FF

Tints of Lavender Blue #D3C8FF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.03%

 BLUE value IS 255 (100% from 255) = 38.29%

R = 31.68%
G = 30.03%
B = 38.29%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D3C8FF (or 0xD3C8FF) is known color: Lavender Blue. HEX triplet: D3, C8 and FF. RGB value is (211,200,255). Sum of RGB (Red+Green+Blue) = 211+200+255=666 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.68% from 666); Green value is 200 (78.52% from 255 or 30.03% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C8FF is #2C3700. Grayscale: #D1D1D1. Windows color (decimal): -2897665 or 16763091. OLE color: 16763091.

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

Color convert

RGB 211 200 255 -
CMYK 0.17 0.22 0 0
HSL 252º 1% 0.89% -
HSV(B) 252º 0.22% 1% -
XYZ 65.57 62.38 103.19 -
YUV 209.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 211 200 255 0.17 0.22 0 0 252 1 0.89
Hex D3 C8 FF 11 16 0 0 FC 64 59
Octal 323 310 377 21 26 0 0 374 144 131
Binary 11010011 11001000 11111111 10001 10110 0 0 11111100 1100100 1011001

Color Harmonies of #D3C8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C8FF

Black with #D3C8FF

Text Example


Text Example

White with #D3C8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C8FF; }

 p { color: rgb(211,200,255); }

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

background-color css

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

 a { background-color: rgb(211,200,255); }

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

border-color css

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

 span { border-color: rgb(211,200,255); }

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