Html Css Color HEX #D8CEFD Lavender Blue

📋 copy color: '#D8CEFD'

red 216 ◦ green 206 ◦ blue 253

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

Shades of Lavender Blue #D8CEFD

Tints of Lavender Blue #D8CEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.48%

R = 32%
G = 30.52%
B = 37.48%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D8CEFD (or 0xD8CEFD) is known color: Lavender Blue. HEX triplet: D8, CE and FD. RGB value is (216,206,253). Sum of RGB (Red+Green+Blue) = 216+206+253=675 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CEFD is #273102. Grayscale: #D6D6D6. Windows color (decimal): -2568451 or 16633560. OLE color: 16633560.

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

Color convert

RGB 216 206 253 -
CMYK 0.15 0.19 0 0.01
HSL 252.77º 0.92% 0.9% -
HSV(B) 252.77º 0.19% 0.99% -
XYZ 68.12 65.83 102.05 -
YUV 214.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 216 206 253 0.15 0.19 0 0.01 252.77 0.92 0.9
Hex D8 CE FD F 13 0 1 FD 5C 5A
Octal 330 316 375 17 23 0 1 375 134 132
Binary 11011000 11001110 11111101 1111 10011 0 1 11111101 1011100 1011010

Color Harmonies of #D8CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CEFD

Black with #D8CEFD

Text Example


Text Example

White with #D8CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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