Html Css Color HEX #D4C9FA Lavender Blue

📋 copy color: '#D4C9FA'

red 212 ◦ green 201 ◦ blue 250

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

Shades of Lavender Blue #D4C9FA

Tints of Lavender Blue #D4C9FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.71%

R = 31.98%
G = 30.32%
B = 37.71%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4C9FA (or 0xD4C9FA) is known color: Lavender Blue. HEX triplet: D4, C9 and FA. RGB value is (212,201,250). Sum of RGB (Red+Green+Blue) = 212+201+250=663 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.98% from 663); Green value is 201 (78.91% from 255 or 30.32% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4C9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C9FA is #2B3605. Grayscale: #D1D1D1. Windows color (decimal): -2831878 or 16435668. OLE color: 16435668.

HSL color Cylindrical-coordinate representation of color #D4C9FA: hue angle of 253.47º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4C9FA is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 201 250 -
CMYK 0.15 0.20 0 0.02
HSL 253.47º 0.83% 0.88% -
HSV(B) 253.47º 0.2% 0.98% -
XYZ 65.29 62.67 99.1 -
YUV 209.88 150.64 129.52 -
System Red Green Blue C M Y K H S L
Decimal 212 201 250 0.15 0.20 0 0.02 253.47 0.83 0.88
Hex D4 C9 FA F 14 0 2 FD 53 58
Octal 324 311 372 17 24 0 2 375 123 130
Binary 11010100 11001001 11111010 1111 10100 0 10 11111101 1010011 1011000

Color Harmonies of #D4C9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C9FA

Black with #D4C9FA

Text Example


Text Example

White with #D4C9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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