Html Css Color HEX #D1CEF6 Lavender Blue

📋 copy color: '#D1CEF6'

red 209 ◦ green 206 ◦ blue 246

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

Shades of Lavender Blue #D1CEF6

Tints of Lavender Blue #D1CEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.22%

R = 31.62%
G = 31.16%
B = 37.22%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D1CEF6 (or 0xD1CEF6) is known color: Lavender Blue. HEX triplet: D1, CE and F6. RGB value is (209,206,246). Sum of RGB (Red+Green+Blue) = 209+206+246=661 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.62% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 246 - color contains mainly: blue. Hex color #D1CEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CEF6 is #2E3109. Grayscale: #D3D3D3. Windows color (decimal): -3027210 or 16174801. OLE color: 16174801.

HSL color Cylindrical-coordinate representation of color #D1CEF6: hue angle of 244.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1CEF6 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 206 246 -
CMYK 0.15 0.16 0 0.04
HSL 244.5º 0.69% 0.89% -
HSV(B) 244.5º 0.16% 0.96% -
XYZ 65 64.35 96.18 -
YUV 211.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 209 206 246 0.15 0.16 0 0.04 244.5 0.69 0.89
Hex D1 CE F6 F 10 0 4 F4 45 59
Octal 321 316 366 17 20 0 4 364 105 131
Binary 11010001 11001110 11110110 1111 10000 0 100 11110100 1000101 1011001

Color Harmonies of #D1CEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CEF6

Black with #D1CEF6

Text Example


Text Example

White with #D1CEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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