Html Css Color HEX #D1CEF3 Lavender Blue

📋 copy color: '#D1CEF3'

red 209 ◦ green 206 ◦ blue 243

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

Shades of Lavender Blue #D1CEF3

Tints of Lavender Blue #D1CEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.93%

R = 31.76%
G = 31.31%
B = 36.93%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D1CEF3 (or 0xD1CEF3) is known color: Lavender Blue. HEX triplet: D1, CE and F3. RGB value is (209,206,243). Sum of RGB (Red+Green+Blue) = 209+206+243=658 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.76% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #D1CEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CEF3 is #2E310C. Grayscale: #D2D2D2. Windows color (decimal): -3027213 or 15978193. OLE color: 15978193.

HSL color Cylindrical-coordinate representation of color #D1CEF3: hue angle of 244.86º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1CEF3 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 206 243 -
CMYK 0.14 0.15 0 0.05
HSL 244.86º 0.61% 0.88% -
HSV(B) 244.86º 0.15% 0.95% -
XYZ 64.54 64.17 93.78 -
YUV 211.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 209 206 243 0.14 0.15 0 0.05 244.86 0.61 0.88
Hex D1 CE F3 E F 0 5 F5 3D 58
Octal 321 316 363 16 17 0 5 365 75 130
Binary 11010001 11001110 11110011 1110 1111 0 101 11110101 111101 1011000

Color Harmonies of #D1CEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CEF3

Black with #D1CEF3

Text Example


Text Example

White with #D1CEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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