Html Css Color HEX #D1C8FE Lavender Blue

📋 copy color: '#D1C8FE'

red 209 ◦ green 200 ◦ blue 254

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

Shades of Lavender Blue #D1C8FE

Tints of Lavender Blue #D1C8FE

RGB

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

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

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

R = 31.52%
G = 30.17%
B = 38.31%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D1C8FE (or 0xD1C8FE) is known color: Lavender Blue. HEX triplet: D1, C8 and FE. RGB value is (209,200,254). Sum of RGB (Red+Green+Blue) = 209+200+254=663 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.52% from 663); Green value is 200 (78.52% from 255 or 30.17% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1C8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C8FE is #2E3701. Grayscale: #D0D0D0. Windows color (decimal): -3028738 or 16697553. OLE color: 16697553.

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

Color convert

RGB 209 200 254 -
CMYK 0.18 0.21 0 0.00
HSL 250º 0.96% 0.89% -
HSV(B) 250º 0.21% 1% -
XYZ 64.84 62.02 102.32 -
YUV 208.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 209 200 254 0.18 0.21 0 0.00 250 0.96 0.89
Hex D1 C8 FE 12 15 0 0 FA 60 59
Octal 321 310 376 22 25 0 0 372 140 131
Binary 11010001 11001000 11111110 10010 10101 0 0 11111010 1100000 1011001

Color Harmonies of #D1C8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C8FE

Black with #D1C8FE

Text Example


Text Example

White with #D1C8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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