Html Css Color HEX #D6CCFF Lavender Blue

📋 copy color: '#D6CCFF'

red 214 ◦ green 204 ◦ blue 255

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

Shades of Lavender Blue #D6CCFF

Tints of Lavender Blue #D6CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.31%

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

R = 31.8%
G = 30.31%
B = 37.89%

CMYK

 C value IS 0.16

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D6CCFF (or 0xD6CCFF) is known color: Lavender Blue. HEX triplet: D6, CC and FF. RGB value is (214,204,255). Sum of RGB (Red+Green+Blue) = 214+204+255=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CCFF is #293300. Grayscale: #D4D4D4. Windows color (decimal): -2700033 or 16764118. OLE color: 16764118.

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

Color convert

RGB 214 204 255 -
CMYK 0.16 0.2 0 0
HSL 251.76º 1% 0.9% -
HSV(B) 251.76º 0.2% 1% -
XYZ 67.37 64.7 103.55 -
YUV 212.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 214 204 255 0.16 0.2 0 0 251.76 1 0.9
Hex D6 CC FF 10 14 0 0 FC 64 5A
Octal 326 314 377 20 24 0 0 374 144 132
Binary 11010110 11001100 11111111 10000 10100 0 0 11111100 1100100 1011010

Color Harmonies of #D6CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CCFF

Black with #D6CCFF

Text Example


Text Example

White with #D6CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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