Html Css Color HEX #D1C5FF Lavender Blue

📋 copy color: '#D1C5FF'

red 209 ◦ green 197 ◦ blue 255

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

Shades of Lavender Blue #D1C5FF

Tints of Lavender Blue #D1C5FF

RGB

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

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

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

R = 31.62%
G = 29.8%
B = 38.58%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D1C5FF (or 0xD1C5FF) is known color: Lavender Blue. HEX triplet: D1, C5 and FF. RGB value is (209,197,255). Sum of RGB (Red+Green+Blue) = 209+197+255=661 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.62% from 661); Green value is 197 (77.34% from 255 or 29.80% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C5FF is #2E3A00. Grayscale: #CECECE. Windows color (decimal): -3029505 or 16762321. OLE color: 16762321.

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

Color convert

RGB 209 197 255 -
CMYK 0.18 0.23 0 0
HSL 252.41º 1% 0.89% -
HSV(B) 252.41º 0.23% 1% -
XYZ 64.31 60.71 102.94 -
YUV 207.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 209 197 255 0.18 0.23 0 0 252.41 1 0.89
Hex D1 C5 FF 12 17 0 0 FC 64 59
Octal 321 305 377 22 27 0 0 374 144 131
Binary 11010001 11000101 11111111 10010 10111 0 0 11111100 1100100 1011001

Color Harmonies of #D1C5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C5FF

Black with #D1C5FF

Text Example


Text Example

White with #D1C5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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