Html Css Color HEX #D2C8F7 Lavender Blue

📋 copy color: '#D2C8F7'

red 210 ◦ green 200 ◦ blue 247

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

Shades of Lavender Blue #D2C8F7

Tints of Lavender Blue #D2C8F7

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.44%

 BLUE value IS 247 (96.88% from 255) = 37.6%

R = 31.96%
G = 30.44%
B = 37.6%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D2C8F7 (or 0xD2C8F7) is known color: Lavender Blue. HEX triplet: D2, C8 and F7. RGB value is (210,200,247). Sum of RGB (Red+Green+Blue) = 210+200+247=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #D2C8F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C8F7 is #2D3708. Grayscale: #D0D0D0. Windows color (decimal): -2963209 or 16238802. OLE color: 16238802.

HSL color Cylindrical-coordinate representation of color #D2C8F7: hue angle of 252.77º degrees, saturation: 0.75, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2C8F7 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 200 247 -
CMYK 0.15 0.19 0 0.03
HSL 252.77º 0.75% 0.88% -
HSV(B) 252.77º 0.19% 0.97% -
XYZ 64.02 61.73 96.54 -
YUV 208.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 210 200 247 0.15 0.19 0 0.03 252.77 0.75 0.88
Hex D2 C8 F7 F 13 0 3 FD 4B 58
Octal 322 310 367 17 23 0 3 375 113 130
Binary 11010010 11001000 11110111 1111 10011 0 11 11111101 1001011 1011000

Color Harmonies of #D2C8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C8F7

Black with #D2C8F7

Text Example


Text Example

White with #D2C8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C8F7; }

 p { color: rgb(210,200,247); }

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

background-color css

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

 a { background-color: rgb(210,200,247); }

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

border-color css

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

 span { border-color: rgb(210,200,247); }

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