Html Css Color HEX #D1D4FF Lavender Blue

📋 copy color: '#D1D4FF'

red 209 ◦ green 212 ◦ blue 255

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

Shades of Lavender Blue #D1D4FF

Tints of Lavender Blue #D1D4FF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.36%

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

R = 30.92%
G = 31.36%
B = 37.72%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D1D4FF (or 0xD1D4FF) is known color: Lavender Blue. HEX triplet: D1, D4 and FF. RGB value is (209,212,255). Sum of RGB (Red+Green+Blue) = 209+212+255=676 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.92% from 676); Green value is 212 (83.20% from 255 or 31.36% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1D4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D4FF is #2E2B00. Grayscale: #D7D7D7. Windows color (decimal): -3025665 or 16766161. OLE color: 16766161.

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

Color convert

RGB 209 212 255 -
CMYK 0.18 0.17 0 0
HSL 236.09º 1% 0.91% -
HSV(B) 236.09º 0.18% 1% -
XYZ 67.89 67.86 104.13 -
YUV 216.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 209 212 255 0.18 0.17 0 0 236.09 1 0.91
Hex D1 D4 FF 12 11 0 0 EC 64 5B
Octal 321 324 377 22 21 0 0 354 144 133
Binary 11010001 11010100 11111111 10010 10001 0 0 11101100 1100100 1011011

Color Harmonies of #D1D4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D4FF

Black with #D1D4FF

Text Example


Text Example

White with #D1D4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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