Html Css Color HEX #D8CEFF Lavender Blue

📋 copy color: '#D8CEFF'

red 216 ◦ green 206 ◦ blue 255

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

Shades of Lavender Blue #D8CEFF

Tints of Lavender Blue #D8CEFF

RGB

 RED value IS 216 (84.77% from 255) = 31.91%

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

 BLUE value IS 255 (100% from 255) = 37.67%

R = 31.91%
G = 30.43%
B = 37.67%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D8CEFF (or 0xD8CEFF) is known color: Lavender Blue. HEX triplet: D8, CE and FF. RGB value is (216,206,255). Sum of RGB (Red+Green+Blue) = 216+206+255=677 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.91% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CEFF is #273100. Grayscale: #D6D6D6. Windows color (decimal): -2568449 or 16764632. OLE color: 16764632.

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

Color convert

RGB 216 206 255 -
CMYK 0.15 0.19 0 0
HSL 252.24º 1% 0.9% -
HSV(B) 252.24º 0.19% 1% -
XYZ 68.44 65.96 103.73 -
YUV 214.58 150.81 129.02 -
System Red Green Blue C M Y K H S L
Decimal 216 206 255 0.15 0.19 0 0 252.24 1 0.9
Hex D8 CE FF F 13 0 0 FC 64 5A
Octal 330 316 377 17 23 0 0 374 144 132
Binary 11011000 11001110 11111111 1111 10011 0 0 11111100 1100100 1011010

Color Harmonies of #D8CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CEFF

Black with #D8CEFF

Text Example


Text Example

White with #D8CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CEFF; }

 p { color: rgb(216,206,255); }

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

background-color css

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

 a { background-color: rgb(216,206,255); }

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

border-color css

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

 span { border-color: rgb(216,206,255); }

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