Html Css Color HEX #D1C8FC Lavender Blue

📋 copy color: '#D1C8FC'

red 209 ◦ green 200 ◦ blue 252

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

Shades of Lavender Blue #D1C8FC

Tints of Lavender Blue #D1C8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.12%

R = 31.62%
G = 30.26%
B = 38.12%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D1C8FC (or 0xD1C8FC) is known color: Lavender Blue. HEX triplet: D1, C8 and FC. RGB value is (209,200,252). Sum of RGB (Red+Green+Blue) = 209+200+252=661 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.62% from 661); Green value is 200 (78.52% from 255 or 30.26% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1C8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C8FC is #2E3703. Grayscale: #D0D0D0. Windows color (decimal): -3028740 or 16566481. OLE color: 16566481.

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

Color convert

RGB 209 200 252 -
CMYK 0.17 0.21 0 0.01
HSL 250.38º 0.9% 0.89% -
HSV(B) 250.38º 0.21% 0.99% -
XYZ 64.52 61.89 100.64 -
YUV 208.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 209 200 252 0.17 0.21 0 0.01 250.38 0.9 0.89
Hex D1 C8 FC 11 15 0 1 FA 5A 59
Octal 321 310 374 21 25 0 1 372 132 131
Binary 11010001 11001000 11111100 10001 10101 0 1 11111010 1011010 1011001

Color Harmonies of #D1C8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C8FC

Black with #D1C8FC

Text Example


Text Example

White with #D1C8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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