Html Css Color HEX #D6CFFF Lavender Blue

📋 copy color: '#D6CFFF'

red 214 ◦ green 207 ◦ blue 255

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

Shades of Lavender Blue #D6CFFF

Tints of Lavender Blue #D6CFFF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.62%

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

R = 31.66%
G = 30.62%
B = 37.72%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D6CFFF (or 0xD6CFFF) is known color: Lavender Blue. HEX triplet: D6, CF and FF. RGB value is (214,207,255). Sum of RGB (Red+Green+Blue) = 214+207+255=676 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.66% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CFFF is #293000. Grayscale: #D6D6D6. Windows color (decimal): -2699265 or 16764886. OLE color: 16764886.

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

Color convert

RGB 214 207 255 -
CMYK 0.16 0.19 0 0
HSL 248.75º 1% 0.91% -
HSV(B) 248.75º 0.19% 1% -
XYZ 68.09 66.14 103.79 -
YUV 214.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 214 207 255 0.16 0.19 0 0 248.75 1 0.91
Hex D6 CF FF 10 13 0 0 F9 64 5B
Octal 326 317 377 20 23 0 0 371 144 133
Binary 11010110 11001111 11111111 10000 10011 0 0 11111001 1100100 1011011

Color Harmonies of #D6CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CFFF

Black with #D6CFFF

Text Example


Text Example

White with #D6CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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