Html Css Color HEX #D9CEFE Lavender Blue

📋 copy color: '#D9CEFE'

red 217 ◦ green 206 ◦ blue 254

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

Shades of Lavender Blue #D9CEFE

Tints of Lavender Blue #D9CEFE

RGB

 RED value IS 217 (85.16% from 255) = 32.05%

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

 BLUE value IS 254 (99.61% from 255) = 37.52%

R = 32.05%
G = 30.43%
B = 37.52%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D9CEFE (or 0xD9CEFE) is known color: Lavender Blue. HEX triplet: D9, CE and FE. RGB value is (217,206,254). Sum of RGB (Red+Green+Blue) = 217+206+254=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CEFE is #263101. Grayscale: #D6D6D6. Windows color (decimal): -2502914 or 16699097. OLE color: 16699097.

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

Color convert

RGB 217 206 254 -
CMYK 0.15 0.19 0 0.00
HSL 253.75º 0.96% 0.9% -
HSV(B) 253.75º 0.19% 1% -
XYZ 68.58 66.05 102.9 -
YUV 214.76 150.14 129.6 -
System Red Green Blue C M Y K H S L
Decimal 217 206 254 0.15 0.19 0 0.00 253.75 0.96 0.9
Hex D9 CE FE F 13 0 0 FE 60 5A
Octal 331 316 376 17 23 0 0 376 140 132
Binary 11011001 11001110 11111110 1111 10011 0 0 11111110 1100000 1011010

Color Harmonies of #D9CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CEFE

Black with #D9CEFE

Text Example


Text Example

White with #D9CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CEFE; }

 p { color: rgb(217,206,254); }

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

background-color css

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

 a { background-color: rgb(217,206,254); }

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

border-color css

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

 span { border-color: rgb(217,206,254); }

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