Html Css Color HEX #D6CFFD Lavender Blue

📋 copy color: '#D6CFFD'

red 214 ◦ green 207 ◦ blue 253

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

Shades of Lavender Blue #D6CFFD

Tints of Lavender Blue #D6CFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.54%

R = 31.75%
G = 30.71%
B = 37.54%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D6CFFD (or 0xD6CFFD) is known color: Lavender Blue. HEX triplet: D6, CF and FD. RGB value is (214,207,253). Sum of RGB (Red+Green+Blue) = 214+207+253=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CFFD is #293002. Grayscale: #D6D6D6. Windows color (decimal): -2699267 or 16633814. OLE color: 16633814.

HSL color Cylindrical-coordinate representation of color #D6CFFD: hue angle of 249.13º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6CFFD is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 207 253 -
CMYK 0.15 0.18 0 0.01
HSL 249.13º 0.92% 0.9% -
HSV(B) 249.13º 0.18% 0.99% -
XYZ 67.77 66.01 102.1 -
YUV 214.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 214 207 253 0.15 0.18 0 0.01 249.13 0.92 0.9
Hex D6 CF FD F 12 0 1 F9 5C 5A
Octal 326 317 375 17 22 0 1 371 134 132
Binary 11010110 11001111 11111101 1111 10010 0 1 11111001 1011100 1011010

Color Harmonies of #D6CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CFFD

Black with #D6CFFD

Text Example


Text Example

White with #D6CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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