Html Css Color HEX #D9CEFC Lavender Blue

📋 copy color: '#D9CEFC'

red 217 ◦ green 206 ◦ blue 252

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

Shades of Lavender Blue #D9CEFC

Tints of Lavender Blue #D9CEFC

RGB

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

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

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

R = 32.15%
G = 30.52%
B = 37.33%

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

#D9CEFC (or 0xD9CEFC) is known color: Lavender Blue. HEX triplet: D9, CE and FC. RGB value is (217,206,252). Sum of RGB (Red+Green+Blue) = 217+206+252=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CEFC is #263103. Grayscale: #D6D6D6. Windows color (decimal): -2502916 or 16568025. OLE color: 16568025.

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

Color convert

RGB 217 206 252 -
CMYK 0.14 0.18 0 0.01
HSL 254.35º 0.88% 0.9% -
HSV(B) 254.35º 0.18% 0.99% -
XYZ 68.26 65.92 101.22 -
YUV 214.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 217 206 252 0.14 0.18 0 0.01 254.35 0.88 0.9
Hex D9 CE FC E 12 0 1 FE 58 5A
Octal 331 316 374 16 22 0 1 376 130 132
Binary 11011001 11001110 11111100 1110 10010 0 1 11111110 1011000 1011010

Color Harmonies of #D9CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CEFC

Black with #D9CEFC

Text Example


Text Example

White with #D9CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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