Html Css Color HEX #D1C7FC Lavender Blue

📋 copy color: '#D1C7FC'

red 209 ◦ green 199 ◦ blue 252

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

Shades of Lavender Blue #D1C7FC

Tints of Lavender Blue #D1C7FC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.15%

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

R = 31.67%
G = 30.15%
B = 38.18%

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

#D1C7FC (or 0xD1C7FC) is known color: Lavender Blue. HEX triplet: D1, C7 and FC. RGB value is (209,199,252). Sum of RGB (Red+Green+Blue) = 209+199+252=660 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.67% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1C7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C7FC is #2E3803. Grayscale: #CFCFCF. Windows color (decimal): -3028996 or 16566225. OLE color: 16566225.

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

Color convert

RGB 209 199 252 -
CMYK 0.17 0.21 0 0.01
HSL 251.32º 0.9% 0.88% -
HSV(B) 251.32º 0.21% 0.99% -
XYZ 64.29 61.43 100.56 -
YUV 208.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 209 199 252 0.17 0.21 0 0.01 251.32 0.9 0.88
Hex D1 C7 FC 11 15 0 1 FB 5A 58
Octal 321 307 374 21 25 0 1 373 132 130
Binary 11010001 11000111 11111100 10001 10101 0 1 11111011 1011010 1011000

Color Harmonies of #D1C7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C7FC

Black with #D1C7FC

Text Example


Text Example

White with #D1C7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C7FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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