Html Css Color HEX #D1CEFD Lavender Blue

📋 copy color: '#D1CEFD'

red 209 ◦ green 206 ◦ blue 253

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

Shades of Lavender Blue #D1CEFD

Tints of Lavender Blue #D1CEFD

RGB

 RED value IS 209 (82.03% from 255) = 31.29%

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

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

R = 31.29%
G = 30.84%
B = 37.87%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D1CEFD (or 0xD1CEFD) is known color: Lavender Blue. HEX triplet: D1, CE and FD. RGB value is (209,206,253). Sum of RGB (Red+Green+Blue) = 209+206+253=668 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.29% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CEFD is #2E3102. Grayscale: #D4D4D4. Windows color (decimal): -3027203 or 16633553. OLE color: 16633553.

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

Color convert

RGB 209 206 253 -
CMYK 0.17 0.19 0 0.01
HSL 243.83º 0.92% 0.9% -
HSV(B) 243.83º 0.19% 0.99% -
XYZ 66.1 64.79 101.95 -
YUV 212.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 209 206 253 0.17 0.19 0 0.01 243.83 0.92 0.9
Hex D1 CE FD 11 13 0 1 F4 5C 5A
Octal 321 316 375 21 23 0 1 364 134 132
Binary 11010001 11001110 11111101 10001 10011 0 1 11110100 1011100 1011010

Color Harmonies of #D1CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CEFD

Black with #D1CEFD

Text Example


Text Example

White with #D1CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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