Html Css Color HEX #D4C9FE Lavender Blue

📋 copy color: '#D4C9FE'

red 212 ◦ green 201 ◦ blue 254

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

Shades of Lavender Blue #D4C9FE

Tints of Lavender Blue #D4C9FE

RGB

 RED value IS 212 (83.2% from 255) = 31.78%

 GREEN value IS 201 (78.91% from 255) = 30.13%

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

R = 31.78%
G = 30.13%
B = 38.08%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D4C9FE (or 0xD4C9FE) is known color: Lavender Blue. HEX triplet: D4, C9 and FE. RGB value is (212,201,254). Sum of RGB (Red+Green+Blue) = 212+201+254=667 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.78% from 667); Green value is 201 (78.91% from 255 or 30.13% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4C9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C9FE is #2B3601. Grayscale: #D2D2D2. Windows color (decimal): -2831874 or 16697812. OLE color: 16697812.

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

Color convert

RGB 212 201 254 -
CMYK 0.17 0.21 0 0.00
HSL 252.45º 0.96% 0.89% -
HSV(B) 252.45º 0.21% 1% -
XYZ 65.93 62.93 102.44 -
YUV 210.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 212 201 254 0.17 0.21 0 0.00 252.45 0.96 0.89
Hex D4 C9 FE 11 15 0 0 FC 60 59
Octal 324 311 376 21 25 0 0 374 140 131
Binary 11010100 11001001 11111110 10001 10101 0 0 11111100 1100000 1011001

Color Harmonies of #D4C9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C9FE

Black with #D4C9FE

Text Example


Text Example

White with #D4C9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C9FE; }

 p { color: rgb(212,201,254); }

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

background-color css

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

 a { background-color: rgb(212,201,254); }

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

border-color css

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

 span { border-color: rgb(212,201,254); }

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