Html Css Color HEX #D1C7FD Lavender Blue

📋 copy color: '#D1C7FD'

red 209 ◦ green 199 ◦ blue 253

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

Shades of Lavender Blue #D1C7FD

Tints of Lavender Blue #D1C7FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.28%

R = 31.62%
G = 30.11%
B = 38.28%

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

#D1C7FD (or 0xD1C7FD) is known color: Lavender Blue. HEX triplet: D1, C7 and FD. RGB value is (209,199,253). Sum of RGB (Red+Green+Blue) = 209+199+253=661 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.62% from 661); Green value is 199 (78.12% from 255 or 30.11% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1C7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C7FD is #2E3802. Grayscale: #CFCFCF. Windows color (decimal): -3028995 or 16631761. OLE color: 16631761.

HSL color Cylindrical-coordinate representation of color #D1C7FD: hue angle of 251.11º degrees, saturation: 0.93, 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 #D1C7FD is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 199 253 -
CMYK 0.17 0.21 0 0.01
HSL 251.11º 0.93% 0.89% -
HSV(B) 251.11º 0.21% 0.99% -
XYZ 64.45 61.49 101.4 -
YUV 208.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 209 199 253 0.17 0.21 0 0.01 251.11 0.93 0.89
Hex D1 C7 FD 11 15 0 1 FB 5D 59
Octal 321 307 375 21 25 0 1 373 135 131
Binary 11010001 11000111 11111101 10001 10101 0 1 11111011 1011101 1011001

Color Harmonies of #D1C7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C7FD

Black with #D1C7FD

Text Example


Text Example

White with #D1C7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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