Html Css Color HEX #D1C8FF Lavender Blue

📋 copy color: '#D1C8FF'

red 209 ◦ green 200 ◦ blue 255

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

Shades of Lavender Blue #D1C8FF

Tints of Lavender Blue #D1C8FF

RGB

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

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

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

R = 31.48%
G = 30.12%
B = 38.4%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D1C8FF (or 0xD1C8FF) is known color: Lavender Blue. HEX triplet: D1, C8 and FF. RGB value is (209,200,255). Sum of RGB (Red+Green+Blue) = 209+200+255=664 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.48% from 664); Green value is 200 (78.52% from 255 or 30.12% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C8FF is #2E3700. Grayscale: #D0D0D0. Windows color (decimal): -3028737 or 16763089. OLE color: 16763089.

HSL color Cylindrical-coordinate representation of color #D1C8FF: hue angle of 249.82º 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 #D1C8FF is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 209 200 255 -
CMYK 0.18 0.22 0 0
HSL 249.82º 1% 0.89% -
HSV(B) 249.82º 0.22% 1% -
XYZ 65 62.08 103.17 -
YUV 208.96 153.98 128.03 -
System Red Green Blue C M Y K H S L
Decimal 209 200 255 0.18 0.22 0 0 249.82 1 0.89
Hex D1 C8 FF 12 16 0 0 FA 64 59
Octal 321 310 377 22 26 0 0 372 144 131
Binary 11010001 11001000 11111111 10010 10110 0 0 11111010 1100100 1011001

Color Harmonies of #D1C8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C8FF

Black with #D1C8FF

Text Example


Text Example

White with #D1C8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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