Html Css Color HEX #D4C6FE Lavender Blue

📋 copy color: '#D4C6FE'

red 212 ◦ green 198 ◦ blue 254

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

Shades of Lavender Blue #D4C6FE

Tints of Lavender Blue #D4C6FE

RGB

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

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

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

R = 31.93%
G = 29.82%
B = 38.25%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D4C6FE (or 0xD4C6FE) is known color: Lavender Blue. HEX triplet: D4, C6 and FE. RGB value is (212,198,254). Sum of RGB (Red+Green+Blue) = 212+198+254=664 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.93% from 664); Green value is 198 (77.73% from 255 or 29.82% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4C6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C6FE is #2B3901. Grayscale: #D0D0D0. Windows color (decimal): -2832642 or 16697044. OLE color: 16697044.

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

Color convert

RGB 212 198 254 -
CMYK 0.17 0.22 0 0.00
HSL 255º 0.97% 0.89% -
HSV(B) 255º 0.22% 1% -
XYZ 65.23 61.54 102.21 -
YUV 208.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 212 198 254 0.17 0.22 0 0.00 255 0.97 0.89
Hex D4 C6 FE 11 16 0 0 FF 61 59
Octal 324 306 376 21 26 0 0 377 141 131
Binary 11010100 11000110 11111110 10001 10110 0 0 11111111 1100001 1011001

Color Harmonies of #D4C6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C6FE

Black with #D4C6FE

Text Example


Text Example

White with #D4C6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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