Html Css Color HEX #D7D2FE Lavender Blue

📋 copy color: '#D7D2FE'

red 215 ◦ green 210 ◦ blue 254

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

Shades of Lavender Blue #D7D2FE

Tints of Lavender Blue #D7D2FE

RGB

 RED value IS 215 (84.38% from 255) = 31.66%

 GREEN value IS 210 (82.42% from 255) = 30.93%

 BLUE value IS 254 (99.61% from 255) = 37.41%

R = 31.66%
G = 30.93%
B = 37.41%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D7D2FE (or 0xD7D2FE) is known color: Lavender Blue. HEX triplet: D7, D2 and FE. RGB value is (215,210,254). Sum of RGB (Red+Green+Blue) = 215+210+254=679 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.66% from 679); Green value is 210 (82.42% from 255 or 30.93% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7D2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D2FE is #282D01. Grayscale: #D8D8D8. Windows color (decimal): -2632962 or 16700119. OLE color: 16700119.

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

Color convert

RGB 215 210 254 -
CMYK 0.15 0.17 0 0.00
HSL 246.82º 0.96% 0.91% -
HSV(B) 246.82º 0.17% 1% -
XYZ 68.96 67.7 103.2 -
YUV 216.51 149.16 126.92 -
System Red Green Blue C M Y K H S L
Decimal 215 210 254 0.15 0.17 0 0.00 246.82 0.96 0.91
Hex D7 D2 FE F 11 0 0 F7 60 5B
Octal 327 322 376 17 21 0 0 367 140 133
Binary 11010111 11010010 11111110 1111 10001 0 0 11110111 1100000 1011011

Color Harmonies of #D7D2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D2FE

Black with #D7D2FE

Text Example


Text Example

White with #D7D2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D2FE; }

 p { color: rgb(215,210,254); }

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

background-color css

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

 a { background-color: rgb(215,210,254); }

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

border-color css

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

 span { border-color: rgb(215,210,254); }

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