Html Css Color HEX #D6CEFE Lavender Blue

📋 copy color: '#D6CEFE'

red 214 ◦ green 206 ◦ blue 254

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

Shades of Lavender Blue #D6CEFE

Tints of Lavender Blue #D6CEFE

RGB

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

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

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

R = 31.75%
G = 30.56%
B = 37.69%

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

#D6CEFE (or 0xD6CEFE) is known color: Lavender Blue. HEX triplet: D6, CE and FE. RGB value is (214,206,254). Sum of RGB (Red+Green+Blue) = 214+206+254=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEFE is #293101. Grayscale: #D5D5D5. Windows color (decimal): -2699522 or 16699094. OLE color: 16699094.

HSL color Cylindrical-coordinate representation of color #D6CEFE: hue angle of 250º 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 #D6CEFE is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 206 254 -
CMYK 0.16 0.19 0 0.00
HSL 250º 0.96% 0.9% -
HSV(B) 250º 0.19% 1% -
XYZ 67.69 65.59 102.86 -
YUV 213.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 214 206 254 0.16 0.19 0 0.00 250 0.96 0.9
Hex D6 CE FE 10 13 0 0 FA 60 5A
Octal 326 316 376 20 23 0 0 372 140 132
Binary 11010110 11001110 11111110 10000 10011 0 0 11111010 1100000 1011010

Color Harmonies of #D6CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CEFE

Black with #D6CEFE

Text Example


Text Example

White with #D6CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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