Html Css Color HEX #D8CEFC Lavender Blue

📋 copy color: '#D8CEFC'

red 216 ◦ green 206 ◦ blue 252

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

Shades of Lavender Blue #D8CEFC

Tints of Lavender Blue #D8CEFC

RGB

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

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

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

R = 32.05%
G = 30.56%
B = 37.39%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D8CEFC (or 0xD8CEFC) is known color: Lavender Blue. HEX triplet: D8, CE and FC. RGB value is (216,206,252). Sum of RGB (Red+Green+Blue) = 216+206+252=674 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.05% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CEFC is #273103. Grayscale: #D6D6D6. Windows color (decimal): -2568452 or 16568024. OLE color: 16568024.

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

Color convert

RGB 216 206 252 -
CMYK 0.14 0.18 0 0.01
HSL 253.04º 0.88% 0.9% -
HSV(B) 253.04º 0.18% 0.99% -
XYZ 67.96 65.77 101.21 -
YUV 214.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 216 206 252 0.14 0.18 0 0.01 253.04 0.88 0.9
Hex D8 CE FC E 12 0 1 FD 58 5A
Octal 330 316 374 16 22 0 1 375 130 132
Binary 11011000 11001110 11111100 1110 10010 0 1 11111101 1011000 1011010

Color Harmonies of #D8CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CEFC

Black with #D8CEFC

Text Example


Text Example

White with #D8CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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