Html Css Color HEX #D4C6FD Lavender Blue

📋 copy color: '#D4C6FD'

red 212 ◦ green 198 ◦ blue 253

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

Shades of Lavender Blue #D4C6FD

Tints of Lavender Blue #D4C6FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.16%

R = 31.98%
G = 29.86%
B = 38.16%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4C6FD (or 0xD4C6FD) is known color: Lavender Blue. HEX triplet: D4, C6 and FD. RGB value is (212,198,253). Sum of RGB (Red+Green+Blue) = 212+198+253=663 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.98% from 663); Green value is 198 (77.73% from 255 or 29.86% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4C6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C6FD is #2B3902. Grayscale: #D0D0D0. Windows color (decimal): -2832643 or 16631508. OLE color: 16631508.

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

Color convert

RGB 212 198 253 -
CMYK 0.16 0.22 0 0.01
HSL 255.27º 0.93% 0.88% -
HSV(B) 255.27º 0.22% 0.99% -
XYZ 65.08 61.48 101.36 -
YUV 208.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 212 198 253 0.16 0.22 0 0.01 255.27 0.93 0.88
Hex D4 C6 FD 10 16 0 1 FF 5D 58
Octal 324 306 375 20 26 0 1 377 135 130
Binary 11010100 11000110 11111101 10000 10110 0 1 11111111 1011101 1011000

Color Harmonies of #D4C6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C6FD

Black with #D4C6FD

Text Example


Text Example

White with #D4C6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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