Html Css Color HEX #D4C6FC Lavender Blue

📋 copy color: '#D4C6FC'

red 212 ◦ green 198 ◦ blue 252

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

Shades of Lavender Blue #D4C6FC

Tints of Lavender Blue #D4C6FC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.91%

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

R = 32.02%
G = 29.91%
B = 38.07%

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

#D4C6FC (or 0xD4C6FC) is known color: Lavender Blue. HEX triplet: D4, C6 and FC. RGB value is (212,198,252). Sum of RGB (Red+Green+Blue) = 212+198+252=662 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.02% from 662); Green value is 198 (77.73% from 255 or 29.91% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4C6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C6FC is #2B3903. Grayscale: #D0D0D0. Windows color (decimal): -2832644 or 16565972. OLE color: 16565972.

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

Color convert

RGB 212 198 252 -
CMYK 0.16 0.21 0 0.01
HSL 255.56º 0.9% 0.88% -
HSV(B) 255.56º 0.21% 0.99% -
XYZ 64.92 61.41 100.53 -
YUV 208.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 212 198 252 0.16 0.21 0 0.01 255.56 0.9 0.88
Hex D4 C6 FC 10 15 0 1 100 5A 58
Octal 324 306 374 20 25 0 1 400 132 130
Binary 11010100 11000110 11111100 10000 10101 0 1 100000000 1011010 1011000

Color Harmonies of #D4C6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C6FC

Black with #D4C6FC

Text Example


Text Example

White with #D4C6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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