Html Css Color HEX #D4C7FC Lavender Blue

📋 copy color: '#D4C7FC'

red 212 ◦ green 199 ◦ blue 252

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

Shades of Lavender Blue #D4C7FC

Tints of Lavender Blue #D4C7FC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.02%

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

R = 31.98%
G = 30.02%
B = 38.01%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4C7FC (or 0xD4C7FC) is known color: Lavender Blue. HEX triplet: D4, C7 and FC. RGB value is (212,199,252). Sum of RGB (Red+Green+Blue) = 212+199+252=663 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.98% from 663); Green value is 199 (78.12% from 255 or 30.02% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4C7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C7FC is #2B3803. Grayscale: #D0D0D0. Windows color (decimal): -2832388 or 16566228. OLE color: 16566228.

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

Color convert

RGB 212 199 252 -
CMYK 0.16 0.21 0 0.01
HSL 254.72º 0.9% 0.88% -
HSV(B) 254.72º 0.21% 0.99% -
XYZ 65.15 61.87 100.6 -
YUV 208.93 152.31 130.19 -
System Red Green Blue C M Y K H S L
Decimal 212 199 252 0.16 0.21 0 0.01 254.72 0.9 0.88
Hex D4 C7 FC 10 15 0 1 FF 5A 58
Octal 324 307 374 20 25 0 1 377 132 130
Binary 11010100 11000111 11111100 10000 10101 0 1 11111111 1011010 1011000

Color Harmonies of #D4C7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C7FC

Black with #D4C7FC

Text Example


Text Example

White with #D4C7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C7FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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