Html Css Color HEX #D1C5FE Lavender Blue

📋 copy color: '#D1C5FE'

red 209 ◦ green 197 ◦ blue 254

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

Shades of Lavender Blue #D1C5FE

Tints of Lavender Blue #D1C5FE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.85%

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

R = 31.67%
G = 29.85%
B = 38.48%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D1C5FE (or 0xD1C5FE) is known color: Lavender Blue. HEX triplet: D1, C5 and FE. RGB value is (209,197,254). Sum of RGB (Red+Green+Blue) = 209+197+254=660 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.67% from 660); Green value is 197 (77.34% from 255 or 29.85% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1C5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C5FE is #2E3A01. Grayscale: #CECECE. Windows color (decimal): -3029506 or 16696785. OLE color: 16696785.

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

Color convert

RGB 209 197 254 -
CMYK 0.18 0.22 0 0.00
HSL 252.63º 0.97% 0.88% -
HSV(B) 252.63º 0.22% 1% -
XYZ 64.15 60.64 102.09 -
YUV 207.09 154.48 129.37 -
System Red Green Blue C M Y K H S L
Decimal 209 197 254 0.18 0.22 0 0.00 252.63 0.97 0.88
Hex D1 C5 FE 12 16 0 0 FD 61 58
Octal 321 305 376 22 26 0 0 375 141 130
Binary 11010001 11000101 11111110 10010 10110 0 0 11111101 1100001 1011000

Color Harmonies of #D1C5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C5FE

Black with #D1C5FE

Text Example


Text Example

White with #D1C5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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