Html Css Color HEX #D2C7FF Lavender Blue

📋 copy color: '#D2C7FF'

red 210 ◦ green 199 ◦ blue 255

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

Shades of Lavender Blue #D2C7FF

Tints of Lavender Blue #D2C7FF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.97%

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

R = 31.63%
G = 29.97%
B = 38.4%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D2C7FF (or 0xD2C7FF) is known color: Lavender Blue. HEX triplet: D2, C7 and FF. RGB value is (210,199,255). Sum of RGB (Red+Green+Blue) = 210+199+255=664 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.63% from 664); Green value is 199 (78.12% from 255 or 29.97% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2C7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C7FF is #2D3800. Grayscale: #D0D0D0. Windows color (decimal): -2963457 or 16762834. OLE color: 16762834.

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

Color convert

RGB 210 199 255 -
CMYK 0.18 0.22 0 0
HSL 251.79º 1% 0.89% -
HSV(B) 251.79º 0.22% 1% -
XYZ 65.05 61.77 103.1 -
YUV 208.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 210 199 255 0.18 0.22 0 0 251.79 1 0.89
Hex D2 C7 FF 12 16 0 0 FC 64 59
Octal 322 307 377 22 26 0 0 374 144 131
Binary 11010010 11000111 11111111 10010 10110 0 0 11111100 1100100 1011001

Color Harmonies of #D2C7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C7FF

Black with #D2C7FF

Text Example


Text Example

White with #D2C7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C7FF; }

 p { color: rgb(210,199,255); }

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

background-color css

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

 a { background-color: rgb(210,199,255); }

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

border-color css

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

 span { border-color: rgb(210,199,255); }

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