Html Css Color HEX #D3CCF8 Lavender Blue

📋 copy color: '#D3CCF8'

red 211 ◦ green 204 ◦ blue 248

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

Shades of Lavender Blue #D3CCF8

Tints of Lavender Blue #D3CCF8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.77%

 BLUE value IS 248 (97.27% from 255) = 37.41%

R = 31.83%
G = 30.77%
B = 37.41%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D3CCF8 (or 0xD3CCF8) is known color: Lavender Blue. HEX triplet: D3, CC and F8. RGB value is (211,204,248). Sum of RGB (Red+Green+Blue) = 211+204+248=663 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.83% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 248 (97.27% from 255 or 37.41% from 663); Max value from RGB is 248 - color contains mainly: blue. Hex color #D3CCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CCF8 is #2C3307. Grayscale: #D2D2D2. Windows color (decimal): -2896648 or 16305363. OLE color: 16305363.

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

Color convert

RGB 211 204 248 -
CMYK 0.15 0.18 0 0.03
HSL 249.55º 0.76% 0.89% -
HSV(B) 249.55º 0.18% 0.97% -
XYZ 65.4 63.81 97.68 -
YUV 211.11 148.82 127.92 -
System Red Green Blue C M Y K H S L
Decimal 211 204 248 0.15 0.18 0 0.03 249.55 0.76 0.89
Hex D3 CC F8 F 12 0 3 FA 4C 59
Octal 323 314 370 17 22 0 3 372 114 131
Binary 11010011 11001100 11111000 1111 10010 0 11 11111010 1001100 1011001

Color Harmonies of #D3CCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CCF8

Black with #D3CCF8

Text Example


Text Example

White with #D3CCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CCF8; }

 p { color: rgb(211,204,248); }

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

background-color css

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

 a { background-color: rgb(211,204,248); }

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

border-color css

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

 span { border-color: rgb(211,204,248); }

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