Html Css Color HEX #D6C8FF Lavender Blue

📋 copy color: '#D6C8FF'

red 214 ◦ green 200 ◦ blue 255

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

Shades of Lavender Blue #D6C8FF

Tints of Lavender Blue #D6C8FF

RGB

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

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

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

R = 31.99%
G = 29.9%
B = 38.12%

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

#D6C8FF (or 0xD6C8FF) is known color: Lavender Blue. HEX triplet: D6, C8 and FF. RGB value is (214,200,255). Sum of RGB (Red+Green+Blue) = 214+200+255=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 200 (78.52% from 255 or 29.90% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C8FF is #293700. Grayscale: #D2D2D2. Windows color (decimal): -2701057 or 16763094. OLE color: 16763094.

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

Color convert

RGB 214 200 255 -
CMYK 0.16 0.22 0 0
HSL 255.27º 1% 0.89% -
HSV(B) 255.27º 0.22% 1% -
XYZ 66.44 62.82 103.23 -
YUV 210.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 214 200 255 0.16 0.22 0 0 255.27 1 0.89
Hex D6 C8 FF 10 16 0 0 FF 64 59
Octal 326 310 377 20 26 0 0 377 144 131
Binary 11010110 11001000 11111111 10000 10110 0 0 11111111 1100100 1011001

Color Harmonies of #D6C8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C8FF

Black with #D6C8FF

Text Example


Text Example

White with #D6C8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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