Html Css Color HEX #D2C3FD Lavender Blue

📋 copy color: '#D2C3FD'

red 210 ◦ green 195 ◦ blue 253

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

Shades of Lavender Blue #D2C3FD

Tints of Lavender Blue #D2C3FD

RGB

 RED value IS 210 (82.42% from 255) = 31.91%

 GREEN value IS 195 (76.56% from 255) = 29.64%

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

R = 31.91%
G = 29.64%
B = 38.45%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D2C3FD (or 0xD2C3FD) is known color: Lavender Blue. HEX triplet: D2, C3 and FD. RGB value is (210,195,253). Sum of RGB (Red+Green+Blue) = 210+195+253=658 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.91% from 658); Green value is 195 (76.56% from 255 or 29.64% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2C3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C3FD is #2D3C02. Grayscale: #CDCDCD. Windows color (decimal): -2964483 or 16630738. OLE color: 16630738.

HSL color Cylindrical-coordinate representation of color #D2C3FD: hue angle of 255.52º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2C3FD is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 195 253 -
CMYK 0.17 0.23 0 0.01
HSL 255.52º 0.94% 0.88% -
HSV(B) 255.52º 0.23% 0.99% -
XYZ 63.82 59.82 101.11 -
YUV 206.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 210 195 253 0.17 0.23 0 0.01 255.52 0.94 0.88
Hex D2 C3 FD 11 17 0 1 100 5E 58
Octal 322 303 375 21 27 0 1 400 136 130
Binary 11010010 11000011 11111101 10001 10111 0 1 100000000 1011110 1011000

Color Harmonies of #D2C3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C3FD

Black with #D2C3FD

Text Example


Text Example

White with #D2C3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C3FD; }

 p { color: rgb(210,195,253); }

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

background-color css

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

 a { background-color: rgb(210,195,253); }

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

border-color css

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

 span { border-color: rgb(210,195,253); }

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