Html Css Color HEX #D2D4FD Lavender Blue

📋 copy color: '#D2D4FD'

red 210 ◦ green 212 ◦ blue 253

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

Shades of Lavender Blue #D2D4FD

Tints of Lavender Blue #D2D4FD

RGB

 RED value IS 210 (82.42% from 255) = 31.11%

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

 BLUE value IS 253 (99.22% from 255) = 37.48%

R = 31.11%
G = 31.41%
B = 37.48%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D2D4FD (or 0xD2D4FD) is known color: Lavender Blue. HEX triplet: D2, D4 and FD. RGB value is (210,212,253). Sum of RGB (Red+Green+Blue) = 210+212+253=675 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.11% from 675); Green value is 212 (83.20% from 255 or 31.41% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2D4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D4FD is #2D2B02. Grayscale: #D7D7D7. Windows color (decimal): -2960131 or 16635090. OLE color: 16635090.

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

Color convert

RGB 210 212 253 -
CMYK 0.17 0.16 0 0.01
HSL 237.21º 0.91% 0.91% -
HSV(B) 237.21º 0.17% 0.99% -
XYZ 67.85 67.88 102.45 -
YUV 216.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 210 212 253 0.17 0.16 0 0.01 237.21 0.91 0.91
Hex D2 D4 FD 11 10 0 1 ED 5B 5B
Octal 322 324 375 21 20 0 1 355 133 133
Binary 11010010 11010100 11111101 10001 10000 0 1 11101101 1011011 1011011

Color Harmonies of #D2D4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D4FD

Black with #D2D4FD

Text Example


Text Example

White with #D2D4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D4FD; }

 p { color: rgb(210,212,253); }

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

background-color css

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

 a { background-color: rgb(210,212,253); }

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

border-color css

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

 span { border-color: rgb(210,212,253); }

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