Html Css Color HEX #D6CEFC Lavender Blue

📋 copy color: '#D6CEFC'

red 214 ◦ green 206 ◦ blue 252

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

Shades of Lavender Blue #D6CEFC

Tints of Lavender Blue #D6CEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.5%

R = 31.85%
G = 30.65%
B = 37.5%

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

#D6CEFC (or 0xD6CEFC) is known color: Lavender Blue. HEX triplet: D6, CE and FC. RGB value is (214,206,252). Sum of RGB (Red+Green+Blue) = 214+206+252=672 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.85% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEFC is #293103. Grayscale: #D5D5D5. Windows color (decimal): -2699524 or 16568022. OLE color: 16568022.

HSL color Cylindrical-coordinate representation of color #D6CEFC: hue angle of 250.43º degrees, saturation: 0.88, 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 #D6CEFC is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 206 252 -
CMYK 0.15 0.18 0 0.01
HSL 250.43º 0.88% 0.9% -
HSV(B) 250.43º 0.18% 0.99% -
XYZ 67.37 65.47 101.18 -
YUV 213.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 214 206 252 0.15 0.18 0 0.01 250.43 0.88 0.9
Hex D6 CE FC F 12 0 1 FA 58 5A
Octal 326 316 374 17 22 0 1 372 130 132
Binary 11010110 11001110 11111100 1111 10010 0 1 11111010 1011000 1011010

Color Harmonies of #D6CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CEFC

Black with #D6CEFC

Text Example


Text Example

White with #D6CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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