Html Css Color HEX #D2C4FE Lavender Blue

📋 copy color: '#D2C4FE'

red 210 ◦ green 196 ◦ blue 254

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

Shades of Lavender Blue #D2C4FE

Tints of Lavender Blue #D2C4FE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.7%

 BLUE value IS 254 (99.61% from 255) = 38.48%

R = 31.82%
G = 29.7%
B = 38.48%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D2C4FE (or 0xD2C4FE) is known color: Lavender Blue. HEX triplet: D2, C4 and FE. RGB value is (210,196,254). Sum of RGB (Red+Green+Blue) = 210+196+254=660 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.82% from 660); Green value is 196 (76.95% from 255 or 29.70% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2C4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C4FE is #2D3B01. Grayscale: #CECECE. Windows color (decimal): -2964226 or 16696530. OLE color: 16696530.

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

Color convert

RGB 210 196 254 -
CMYK 0.17 0.23 0 0.00
HSL 254.48º 0.97% 0.88% -
HSV(B) 254.48º 0.23% 1% -
XYZ 64.21 60.34 102.03 -
YUV 206.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 210 196 254 0.17 0.23 0 0.00 254.48 0.97 0.88
Hex D2 C4 FE 11 17 0 0 FE 61 58
Octal 322 304 376 21 27 0 0 376 141 130
Binary 11010010 11000100 11111110 10001 10111 0 0 11111110 1100001 1011000

Color Harmonies of #D2C4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C4FE

Black with #D2C4FE

Text Example


Text Example

White with #D2C4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C4FE; }

 p { color: rgb(210,196,254); }

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

background-color css

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

 a { background-color: rgb(210,196,254); }

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

border-color css

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

 span { border-color: rgb(210,196,254); }

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