Html Css Color HEX #D1C5FC Lavender Blue

📋 copy color: '#D1C5FC'

red 209 ◦ green 197 ◦ blue 252

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

Shades of Lavender Blue #D1C5FC

Tints of Lavender Blue #D1C5FC

RGB

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

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

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

R = 31.76%
G = 29.94%
B = 38.3%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D1C5FC (or 0xD1C5FC) is known color: Lavender Blue. HEX triplet: D1, C5 and FC. RGB value is (209,197,252). Sum of RGB (Red+Green+Blue) = 209+197+252=658 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.76% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1C5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C5FC is #2E3A03. Grayscale: #CECECE. Windows color (decimal): -3029508 or 16565713. OLE color: 16565713.

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

Color convert

RGB 209 197 252 -
CMYK 0.17 0.22 0 0.01
HSL 253.09º 0.9% 0.88% -
HSV(B) 253.09º 0.22% 0.99% -
XYZ 63.83 60.52 100.41 -
YUV 206.86 153.48 129.53 -
System Red Green Blue C M Y K H S L
Decimal 209 197 252 0.17 0.22 0 0.01 253.09 0.9 0.88
Hex D1 C5 FC 11 16 0 1 FD 5A 58
Octal 321 305 374 21 26 0 1 375 132 130
Binary 11010001 11000101 11111100 10001 10110 0 1 11111101 1011010 1011000

Color Harmonies of #D1C5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C5FC

Black with #D1C5FC

Text Example


Text Example

White with #D1C5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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