Html Css Color HEX #D3CAFD Lavender Blue

📋 copy color: '#D3CAFD'

red 211 ◦ green 202 ◦ blue 253

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

Shades of Lavender Blue #D3CAFD

Tints of Lavender Blue #D3CAFD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.33%

 BLUE value IS 253 (99.22% from 255) = 37.99%

R = 31.68%
G = 30.33%
B = 37.99%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D3CAFD (or 0xD3CAFD) is known color: Lavender Blue. HEX triplet: D3, CA and FD. RGB value is (211,202,253). Sum of RGB (Red+Green+Blue) = 211+202+253=666 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.68% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CAFD is #2C3502. Grayscale: #D2D2D2. Windows color (decimal): -2897155 or 16632531. OLE color: 16632531.

HSL color Cylindrical-coordinate representation of color #D3CAFD: hue angle of 250.59º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3CAFD is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 202 253 -
CMYK 0.17 0.20 0 0.01
HSL 250.59º 0.93% 0.89% -
HSV(B) 250.59º 0.2% 0.99% -
XYZ 65.71 63.18 101.66 -
YUV 210.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 211 202 253 0.17 0.20 0 0.01 250.59 0.93 0.89
Hex D3 CA FD 11 14 0 1 FB 5D 59
Octal 323 312 375 21 24 0 1 373 135 131
Binary 11010011 11001010 11111101 10001 10100 0 1 11111011 1011101 1011001

Color Harmonies of #D3CAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CAFD

Black with #D3CAFD

Text Example


Text Example

White with #D3CAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CAFD; }

 p { color: rgb(211,202,253); }

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

background-color css

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

 a { background-color: rgb(211,202,253); }

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

border-color css

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

 span { border-color: rgb(211,202,253); }

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