Html Css Color HEX #D6CFFA Lavender Blue

📋 copy color: '#D6CFFA'

red 214 ◦ green 207 ◦ blue 250

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

Shades of Lavender Blue #D6CFFA

Tints of Lavender Blue #D6CFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.26%

R = 31.89%
G = 30.85%
B = 37.26%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D6CFFA (or 0xD6CFFA) is known color: Lavender Blue. HEX triplet: D6, CF and FA. RGB value is (214,207,250). Sum of RGB (Red+Green+Blue) = 214+207+250=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CFFA is #293005. Grayscale: #D5D5D5. Windows color (decimal): -2699270 or 16437206. OLE color: 16437206.

HSL color Cylindrical-coordinate representation of color #D6CFFA: hue angle of 249.77º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6CFFA is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 207 250 -
CMYK 0.14 0.17 0 0.02
HSL 249.77º 0.81% 0.9% -
HSV(B) 249.77º 0.17% 0.98% -
XYZ 67.3 65.82 99.6 -
YUV 214 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 214 207 250 0.14 0.17 0 0.02 249.77 0.81 0.9
Hex D6 CF FA E 11 0 2 FA 51 5A
Octal 326 317 372 16 21 0 2 372 121 132
Binary 11010110 11001111 11111010 1110 10001 0 10 11111010 1010001 1011010

Color Harmonies of #D6CFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CFFA

Black with #D6CFFA

Text Example


Text Example

White with #D6CFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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