Html Css Color HEX #D1C4FA Lavender Blue

📋 copy color: '#D1C4FA'

red 209 ◦ green 196 ◦ blue 250

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

Shades of Lavender Blue #D1C4FA

Tints of Lavender Blue #D1C4FA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.92%

 BLUE value IS 250 (98.05% from 255) = 38.17%

R = 31.91%
G = 29.92%
B = 38.17%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1C4FA (or 0xD1C4FA) is known color: Lavender Blue. HEX triplet: D1, C4 and FA. RGB value is (209,196,250). Sum of RGB (Red+Green+Blue) = 209+196+250=655 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.91% from 655); Green value is 196 (76.95% from 255 or 29.92% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1C4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C4FA is #2E3B05. Grayscale: #CDCDCD. Windows color (decimal): -3029766 or 16434385. OLE color: 16434385.

HSL color Cylindrical-coordinate representation of color #D1C4FA: hue angle of 254.44º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1C4FA is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 196 250 -
CMYK 0.16 0.22 0 0.02
HSL 254.44º 0.84% 0.87% -
HSV(B) 254.44º 0.22% 0.98% -
XYZ 63.29 59.94 98.68 -
YUV 206.04 152.81 130.11 -
System Red Green Blue C M Y K H S L
Decimal 209 196 250 0.16 0.22 0 0.02 254.44 0.84 0.87
Hex D1 C4 FA 10 16 0 2 FE 54 57
Octal 321 304 372 20 26 0 2 376 124 127
Binary 11010001 11000100 11111010 10000 10110 0 10 11111110 1010100 1010111

Color Harmonies of #D1C4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C4FA

Black with #D1C4FA

Text Example


Text Example

White with #D1C4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C4FA; }

 p { color: rgb(209,196,250); }

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

background-color css

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

 a { background-color: rgb(209,196,250); }

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

border-color css

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

 span { border-color: rgb(209,196,250); }

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