Html Css Color HEX #D3CEFF Lavender Blue

📋 copy color: '#D3CEFF'

red 211 ◦ green 206 ◦ blue 255

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

Shades of Lavender Blue #D3CEFF

Tints of Lavender Blue #D3CEFF

RGB

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

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

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

R = 31.4%
G = 30.65%
B = 37.95%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D3CEFF (or 0xD3CEFF) is known color: Lavender Blue. HEX triplet: D3, CE and FF. RGB value is (211,206,255). Sum of RGB (Red+Green+Blue) = 211+206+255=672 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.40% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CEFF is #2C3100. Grayscale: #D4D4D4. Windows color (decimal): -2896129 or 16764627. OLE color: 16764627.

HSL color Cylindrical-coordinate representation of color #D3CEFF: hue angle of 246.12º 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 #D3CEFF is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 206 255 -
CMYK 0.17 0.19 0 0
HSL 246.12º 1% 0.9% -
HSV(B) 246.12º 0.19% 1% -
XYZ 66.99 65.21 103.66 -
YUV 213.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 211 206 255 0.17 0.19 0 0 246.12 1 0.9
Hex D3 CE FF 11 13 0 0 F6 64 5A
Octal 323 316 377 21 23 0 0 366 144 132
Binary 11010011 11001110 11111111 10001 10011 0 0 11110110 1100100 1011010

Color Harmonies of #D3CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CEFF

Black with #D3CEFF

Text Example


Text Example

White with #D3CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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