Html Css Color HEX #D1C7FF Lavender Blue

📋 copy color: '#D1C7FF'

red 209 ◦ green 199 ◦ blue 255

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

Shades of Lavender Blue #D1C7FF

Tints of Lavender Blue #D1C7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.46%

R = 31.52%
G = 30.02%
B = 38.46%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D1C7FF (or 0xD1C7FF) is known color: Lavender Blue. HEX triplet: D1, C7 and FF. RGB value is (209,199,255). Sum of RGB (Red+Green+Blue) = 209+199+255=663 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.52% from 663); Green value is 199 (78.12% from 255 or 30.02% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1C7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C7FF is #2E3800. Grayscale: #D0D0D0. Windows color (decimal): -3028993 or 16762833. OLE color: 16762833.

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

Color convert

RGB 209 199 255 -
CMYK 0.18 0.22 0 0
HSL 250.71º 1% 0.89% -
HSV(B) 250.71º 0.22% 1% -
XYZ 64.77 61.62 103.09 -
YUV 208.37 154.31 128.45 -
System Red Green Blue C M Y K H S L
Decimal 209 199 255 0.18 0.22 0 0 250.71 1 0.89
Hex D1 C7 FF 12 16 0 0 FB 64 59
Octal 321 307 377 22 26 0 0 373 144 131
Binary 11010001 11000111 11111111 10010 10110 0 0 11111011 1100100 1011001

Color Harmonies of #D1C7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C7FF

Black with #D1C7FF

Text Example


Text Example

White with #D1C7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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