Html Css Color HEX #D1CEFF Lavender Blue

📋 copy color: '#D1CEFF'

red 209 ◦ green 206 ◦ blue 255

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

Shades of Lavender Blue #D1CEFF

Tints of Lavender Blue #D1CEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.06%

R = 31.19%
G = 30.75%
B = 38.06%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D1CEFF (or 0xD1CEFF) is known color: Lavender Blue. HEX triplet: D1, CE and FF. RGB value is (209,206,255). Sum of RGB (Red+Green+Blue) = 209+206+255=670 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.19% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CEFF is #2E3100. Grayscale: #D4D4D4. Windows color (decimal): -3027201 or 16764625. OLE color: 16764625.

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

Color convert

RGB 209 206 255 -
CMYK 0.18 0.19 0 0
HSL 243.67º 1% 0.9% -
HSV(B) 243.67º 0.19% 1% -
XYZ 66.42 64.92 103.64 -
YUV 212.48 151.99 125.52 -
System Red Green Blue C M Y K H S L
Decimal 209 206 255 0.18 0.19 0 0 243.67 1 0.9
Hex D1 CE FF 12 13 0 0 F4 64 5A
Octal 321 316 377 22 23 0 0 364 144 132
Binary 11010001 11001110 11111111 10010 10011 0 0 11110100 1100100 1011010

Color Harmonies of #D1CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CEFF

Black with #D1CEFF

Text Example


Text Example

White with #D1CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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