Html Css Color HEX #D6CEF8 Lavender Blue

📋 copy color: '#D6CEF8'

red 214 ◦ green 206 ◦ blue 248

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

Shades of Lavender Blue #D6CEF8

Tints of Lavender Blue #D6CEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.13%

R = 32.04%
G = 30.84%
B = 37.13%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D6CEF8 (or 0xD6CEF8) is known color: Lavender Blue. HEX triplet: D6, CE and F8. RGB value is (214,206,248). Sum of RGB (Red+Green+Blue) = 214+206+248=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 248 (97.27% from 255 or 37.13% from 668); Max value from RGB is 248 - color contains mainly: blue. Hex color #D6CEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEF8 is #293107. Grayscale: #D5D5D5. Windows color (decimal): -2699528 or 16305878. OLE color: 16305878.

HSL color Cylindrical-coordinate representation of color #D6CEF8: hue angle of 251.43º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6CEF8 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 206 248 -
CMYK 0.14 0.17 0 0.03
HSL 251.43º 0.75% 0.89% -
HSV(B) 251.43º 0.17% 0.97% -
XYZ 66.75 65.22 97.88 -
YUV 213.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 214 206 248 0.14 0.17 0 0.03 251.43 0.75 0.89
Hex D6 CE F8 E 11 0 3 FB 4B 59
Octal 326 316 370 16 21 0 3 373 113 131
Binary 11010110 11001110 11111000 1110 10001 0 11 11111011 1001011 1011001

Color Harmonies of #D6CEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CEF8

Black with #D6CEF8

Text Example


Text Example

White with #D6CEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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