Html Css Color HEX #D7C8FF Lavender Blue

📋 copy color: '#D7C8FF'

red 215 ◦ green 200 ◦ blue 255

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

Shades of Lavender Blue #D7C8FF

Tints of Lavender Blue #D7C8FF

RGB

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

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

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

R = 32.09%
G = 29.85%
B = 38.06%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D7C8FF (or 0xD7C8FF) is known color: Lavender Blue. HEX triplet: D7, C8 and FF. RGB value is (215,200,255). Sum of RGB (Red+Green+Blue) = 215+200+255=670 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.09% from 670); Green value is 200 (78.52% from 255 or 29.85% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C8FF is #283700. Grayscale: #D2D2D2. Windows color (decimal): -2635521 or 16763095. OLE color: 16763095.

HSL color Cylindrical-coordinate representation of color #D7C8FF: hue angle of 256.36º 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 #D7C8FF is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 200 255 -
CMYK 0.16 0.22 0 0
HSL 256.36º 1% 0.89% -
HSV(B) 256.36º 0.22% 1% -
XYZ 66.73 62.98 103.25 -
YUV 210.76 152.97 131.03 -
System Red Green Blue C M Y K H S L
Decimal 215 200 255 0.16 0.22 0 0 256.36 1 0.89
Hex D7 C8 FF 10 16 0 0 100 64 59
Octal 327 310 377 20 26 0 0 400 144 131
Binary 11010111 11001000 11111111 10000 10110 0 0 100000000 1100100 1011001

Color Harmonies of #D7C8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C8FF

Black with #D7C8FF

Text Example


Text Example

White with #D7C8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C8FF; }

 p { color: rgb(215,200,255); }

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

background-color css

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

 a { background-color: rgb(215,200,255); }

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

border-color css

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

 span { border-color: rgb(215,200,255); }

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