Html Css Color HEX #D6CDFE Lavender Blue

📋 copy color: '#D6CDFE'

red 214 ◦ green 205 ◦ blue 254

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

Shades of Lavender Blue #D6CDFE

Tints of Lavender Blue #D6CDFE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.46%

 BLUE value IS 254 (99.61% from 255) = 37.74%

R = 31.8%
G = 30.46%
B = 37.74%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D6CDFE (or 0xD6CDFE) is known color: Lavender Blue. HEX triplet: D6, CD and FE. RGB value is (214,205,254). Sum of RGB (Red+Green+Blue) = 214+205+254=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6CDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CDFE is #293201. Grayscale: #D5D5D5. Windows color (decimal): -2699778 or 16698838. OLE color: 16698838.

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

Color convert

RGB 214 205 254 -
CMYK 0.16 0.19 0 0.00
HSL 251.02º 0.96% 0.9% -
HSV(B) 251.02º 0.19% 1% -
XYZ 67.45 65.11 102.78 -
YUV 213.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 214 205 254 0.16 0.19 0 0.00 251.02 0.96 0.9
Hex D6 CD FE 10 13 0 0 FB 60 5A
Octal 326 315 376 20 23 0 0 373 140 132
Binary 11010110 11001101 11111110 10000 10011 0 0 11111011 1100000 1011010

Color Harmonies of #D6CDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CDFE

Black with #D6CDFE

Text Example


Text Example

White with #D6CDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CDFE; }

 p { color: rgb(214,205,254); }

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

background-color css

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

 a { background-color: rgb(214,205,254); }

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

border-color css

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

 span { border-color: rgb(214,205,254); }

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