Html Css Color HEX #D6C8FE Lavender Blue

📋 copy color: '#D6C8FE'

red 214 ◦ green 200 ◦ blue 254

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

Shades of Lavender Blue #D6C8FE

Tints of Lavender Blue #D6C8FE

RGB

 RED value IS 214 (83.98% from 255) = 32.04%

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

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

R = 32.04%
G = 29.94%
B = 38.02%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D6C8FE (or 0xD6C8FE) is known color: Lavender Blue. HEX triplet: D6, C8 and FE. RGB value is (214,200,254). Sum of RGB (Red+Green+Blue) = 214+200+254=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 200 (78.52% from 255 or 29.94% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6C8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C8FE is #293701. Grayscale: #D2D2D2. Windows color (decimal): -2701058 or 16697558. OLE color: 16697558.

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

Color convert

RGB 214 200 254 -
CMYK 0.16 0.21 0 0.00
HSL 255.56º 0.96% 0.89% -
HSV(B) 255.56º 0.21% 1% -
XYZ 66.28 62.76 102.39 -
YUV 210.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 214 200 254 0.16 0.21 0 0.00 255.56 0.96 0.89
Hex D6 C8 FE 10 15 0 0 100 60 59
Octal 326 310 376 20 25 0 0 400 140 131
Binary 11010110 11001000 11111110 10000 10101 0 0 100000000 1100000 1011001

Color Harmonies of #D6C8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C8FE

Black with #D6C8FE

Text Example


Text Example

White with #D6C8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C8FE; }

 p { color: rgb(214,200,254); }

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

background-color css

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

 a { background-color: rgb(214,200,254); }

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

border-color css

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

 span { border-color: rgb(214,200,254); }

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