Html Css Color HEX #D1CEFC Lavender Blue

📋 copy color: '#D1CEFC'

red 209 ◦ green 206 ◦ blue 252

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

Shades of Lavender Blue #D1CEFC

Tints of Lavender Blue #D1CEFC

RGB

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

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

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

R = 31.33%
G = 30.88%
B = 37.78%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D1CEFC (or 0xD1CEFC) is known color: Lavender Blue. HEX triplet: D1, CE and FC. RGB value is (209,206,252). Sum of RGB (Red+Green+Blue) = 209+206+252=667 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.33% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CEFC is #2E3103. Grayscale: #D3D3D3. Windows color (decimal): -3027204 or 16568017. OLE color: 16568017.

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

Color convert

RGB 209 206 252 -
CMYK 0.17 0.18 0 0.01
HSL 243.91º 0.88% 0.9% -
HSV(B) 243.91º 0.18% 0.99% -
XYZ 65.94 64.73 101.11 -
YUV 212.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 209 206 252 0.17 0.18 0 0.01 243.91 0.88 0.9
Hex D1 CE FC 11 12 0 1 F4 58 5A
Octal 321 316 374 21 22 0 1 364 130 132
Binary 11010001 11001110 11111100 10001 10010 0 1 11110100 1011000 1011010

Color Harmonies of #D1CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CEFC

Black with #D1CEFC

Text Example


Text Example

White with #D1CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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