Html Css Color HEX #D4C9FC Lavender Blue

📋 copy color: '#D4C9FC'

red 212 ◦ green 201 ◦ blue 252

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

Shades of Lavender Blue #D4C9FC

Tints of Lavender Blue #D4C9FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.89%

R = 31.88%
G = 30.23%
B = 37.89%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4C9FC (or 0xD4C9FC) is known color: Lavender Blue. HEX triplet: D4, C9 and FC. RGB value is (212,201,252). Sum of RGB (Red+Green+Blue) = 212+201+252=665 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.88% from 665); Green value is 201 (78.91% from 255 or 30.23% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4C9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C9FC is #2B3603. Grayscale: #D1D1D1. Windows color (decimal): -2831876 or 16566740. OLE color: 16566740.

HSL color Cylindrical-coordinate representation of color #D4C9FC: hue angle of 252.94º degrees, saturation: 0.89, 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 #D4C9FC is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 201 252 -
CMYK 0.16 0.20 0 0.01
HSL 252.94º 0.89% 0.89% -
HSV(B) 252.94º 0.2% 0.99% -
XYZ 65.61 62.8 100.76 -
YUV 210.1 151.64 129.35 -
System Red Green Blue C M Y K H S L
Decimal 212 201 252 0.16 0.20 0 0.01 252.94 0.89 0.89
Hex D4 C9 FC 10 14 0 1 FD 59 59
Octal 324 311 374 20 24 0 1 375 131 131
Binary 11010100 11001001 11111100 10000 10100 0 1 11111101 1011001 1011001

Color Harmonies of #D4C9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C9FC

Black with #D4C9FC

Text Example


Text Example

White with #D4C9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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