Html Css Color HEX #D2D0FA Lavender Blue

📋 copy color: '#D2D0FA'

red 210 ◦ green 208 ◦ blue 250

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

Shades of Lavender Blue #D2D0FA

Tints of Lavender Blue #D2D0FA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.14%

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

R = 31.44%
G = 31.14%
B = 37.43%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2D0FA (or 0xD2D0FA) is known color: Lavender Blue. HEX triplet: D2, D0 and FA. RGB value is (210,208,250). Sum of RGB (Red+Green+Blue) = 210+208+250=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2D0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D0FA is #2D2F05. Grayscale: #D5D5D5. Windows color (decimal): -2961158 or 16437458. OLE color: 16437458.

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

Color convert

RGB 210 208 250 -
CMYK 0.16 0.17 0 0.02
HSL 242.86º 0.81% 0.9% -
HSV(B) 242.86º 0.17% 0.98% -
XYZ 66.39 65.72 99.63 -
YUV 213.39 148.66 125.58 -
System Red Green Blue C M Y K H S L
Decimal 210 208 250 0.16 0.17 0 0.02 242.86 0.81 0.9
Hex D2 D0 FA 10 11 0 2 F3 51 5A
Octal 322 320 372 20 21 0 2 363 121 132
Binary 11010010 11010000 11111010 10000 10001 0 10 11110011 1010001 1011010

Color Harmonies of #D2D0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D0FA

Black with #D2D0FA

Text Example


Text Example

White with #D2D0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D0FA; }

 p { color: rgb(210,208,250); }

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

background-color css

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

 a { background-color: rgb(210,208,250); }

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

border-color css

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

 span { border-color: rgb(210,208,250); }

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