Html Css Color HEX #D6CEFD Lavender Blue

📋 copy color: '#D6CEFD'

red 214 ◦ green 206 ◦ blue 253

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

Shades of Lavender Blue #D6CEFD

Tints of Lavender Blue #D6CEFD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.61%

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

R = 31.8%
G = 30.61%
B = 37.59%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D6CEFD (or 0xD6CEFD) is known color: Lavender Blue. HEX triplet: D6, CE and FD. RGB value is (214,206,253). Sum of RGB (Red+Green+Blue) = 214+206+253=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEFD is #293102. Grayscale: #D5D5D5. Windows color (decimal): -2699523 or 16633558. OLE color: 16633558.

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

Color convert

RGB 214 206 253 -
CMYK 0.15 0.19 0 0.01
HSL 250.21º 0.92% 0.9% -
HSV(B) 250.21º 0.19% 0.99% -
XYZ 67.53 65.53 102.02 -
YUV 213.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 214 206 253 0.15 0.19 0 0.01 250.21 0.92 0.9
Hex D6 CE FD F 13 0 1 FA 5C 5A
Octal 326 316 375 17 23 0 1 372 134 132
Binary 11010110 11001110 11111101 1111 10011 0 1 11111010 1011100 1011010

Color Harmonies of #D6CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CEFD

Black with #D6CEFD

Text Example


Text Example

White with #D6CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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