Html Css Color HEX #D3CEFC Lavender Blue

📋 copy color: '#D3CEFC'

red 211 ◦ green 206 ◦ blue 252

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

Shades of Lavender Blue #D3CEFC

Tints of Lavender Blue #D3CEFC

RGB

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

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

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

R = 31.54%
G = 30.79%
B = 37.67%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D3CEFC (or 0xD3CEFC) is known color: Lavender Blue. HEX triplet: D3, CE and FC. RGB value is (211,206,252). Sum of RGB (Red+Green+Blue) = 211+206+252=669 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.54% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CEFC is #2C3103. Grayscale: #D4D4D4. Windows color (decimal): -2896132 or 16568019. OLE color: 16568019.

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

Color convert

RGB 211 206 252 -
CMYK 0.16 0.18 0 0.01
HSL 246.52º 0.88% 0.9% -
HSV(B) 246.52º 0.18% 0.99% -
XYZ 66.51 65.02 101.14 -
YUV 212.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 211 206 252 0.16 0.18 0 0.01 246.52 0.88 0.9
Hex D3 CE FC 10 12 0 1 F7 58 5A
Octal 323 316 374 20 22 0 1 367 130 132
Binary 11010011 11001110 11111100 10000 10010 0 1 11110111 1011000 1011010

Color Harmonies of #D3CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CEFC

Black with #D3CEFC

Text Example


Text Example

White with #D3CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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