Html Css Color HEX #D2D6FD Lavender Blue

📋 copy color: '#D2D6FD'

red 210 ◦ green 214 ◦ blue 253

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

Shades of Lavender Blue #D2D6FD

Tints of Lavender Blue #D2D6FD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.61%

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

R = 31.02%
G = 31.61%
B = 37.37%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D2D6FD (or 0xD2D6FD) is known color: Lavender Blue. HEX triplet: D2, D6 and FD. RGB value is (210,214,253). Sum of RGB (Red+Green+Blue) = 210+214+253=677 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.02% from 677); Green value is 214 (83.98% from 255 or 31.61% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2D6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D6FD is #2D2902. Grayscale: #D9D9D9. Windows color (decimal): -2959619 or 16635602. OLE color: 16635602.

HSL color Cylindrical-coordinate representation of color #D2D6FD: hue angle of 234.42º 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 #D2D6FD is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 214 253 -
CMYK 0.17 0.15 0 0.01
HSL 234.42º 0.91% 0.91% -
HSV(B) 234.42º 0.17% 0.99% -
XYZ 68.35 68.89 102.62 -
YUV 217.25 148.17 122.83 -
System Red Green Blue C M Y K H S L
Decimal 210 214 253 0.17 0.15 0 0.01 234.42 0.91 0.91
Hex D2 D6 FD 11 F 0 1 EA 5B 5B
Octal 322 326 375 21 17 0 1 352 133 133
Binary 11010010 11010110 11111101 10001 1111 0 1 11101010 1011011 1011011

Color Harmonies of #D2D6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D6FD

Black with #D2D6FD

Text Example


Text Example

White with #D2D6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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