Html Css Color HEX #D1C8F9 Lavender Blue

📋 copy color: '#D1C8F9'

red 209 ◦ green 200 ◦ blue 249

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

Shades of Lavender Blue #D1C8F9

Tints of Lavender Blue #D1C8F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.84%

R = 31.76%
G = 30.4%
B = 37.84%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1C8F9 (or 0xD1C8F9) is known color: Lavender Blue. HEX triplet: D1, C8 and F9. RGB value is (209,200,249). Sum of RGB (Red+Green+Blue) = 209+200+249=658 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.76% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #D1C8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C8F9 is #2E3706. Grayscale: #D0D0D0. Windows color (decimal): -3028743 or 16369873. OLE color: 16369873.

HSL color Cylindrical-coordinate representation of color #D1C8F9: hue angle of 251.02º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1C8F9 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 200 249 -
CMYK 0.16 0.20 0 0.02
HSL 251.02º 0.8% 0.88% -
HSV(B) 251.02º 0.2% 0.98% -
XYZ 64.05 61.7 98.16 -
YUV 208.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 209 200 249 0.16 0.20 0 0.02 251.02 0.8 0.88
Hex D1 C8 F9 10 14 0 2 FB 50 58
Octal 321 310 371 20 24 0 2 373 120 130
Binary 11010001 11001000 11111001 10000 10100 0 10 11111011 1010000 1011000

Color Harmonies of #D1C8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C8F9

Black with #D1C8F9

Text Example


Text Example

White with #D1C8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C8F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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