Html Css Color HEX #D3CEF7 Lavender Blue

📋 copy color: '#D3CEF7'

red 211 ◦ green 206 ◦ blue 247

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

Shades of Lavender Blue #D3CEF7

Tints of Lavender Blue #D3CEF7

RGB

 RED value IS 211 (82.81% from 255) = 31.78%

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

 BLUE value IS 247 (96.88% from 255) = 37.2%

R = 31.78%
G = 31.02%
B = 37.2%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D3CEF7 (or 0xD3CEF7) is known color: Lavender Blue. HEX triplet: D3, CE and F7. RGB value is (211,206,247). Sum of RGB (Red+Green+Blue) = 211+206+247=664 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.78% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 247 (96.88% from 255 or 37.20% from 664); Max value from RGB is 247 - color contains mainly: blue. Hex color #D3CEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CEF7 is #2C3108. Grayscale: #D4D4D4. Windows color (decimal): -2896137 or 16240339. OLE color: 16240339.

HSL color Cylindrical-coordinate representation of color #D3CEF7: hue angle of 247.32º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3CEF7 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 211 206 247 -
CMYK 0.15 0.17 0 0.03
HSL 247.32º 0.72% 0.89% -
HSV(B) 247.32º 0.17% 0.97% -
XYZ 65.72 64.71 97.02 -
YUV 212.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 211 206 247 0.15 0.17 0 0.03 247.32 0.72 0.89
Hex D3 CE F7 F 11 0 3 F7 48 59
Octal 323 316 367 17 21 0 3 367 110 131
Binary 11010011 11001110 11110111 1111 10001 0 11 11110111 1001000 1011001

Color Harmonies of #D3CEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CEF7

Black with #D3CEF7

Text Example


Text Example

White with #D3CEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CEF7; }

 p { color: rgb(211,206,247); }

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

background-color css

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

 a { background-color: rgb(211,206,247); }

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

border-color css

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

 span { border-color: rgb(211,206,247); }

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