Html Css Color HEX #D4C8FA Lavender Blue

📋 copy color: '#D4C8FA'

red 212 ◦ green 200 ◦ blue 250

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

Shades of Lavender Blue #D4C8FA

Tints of Lavender Blue #D4C8FA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.21%

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

R = 32.02%
G = 30.21%
B = 37.76%

CMYK

 C value IS 0.15

 M value IS 0.2

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4C8FA (or 0xD4C8FA) is known color: Lavender Blue. HEX triplet: D4, C8 and FA. RGB value is (212,200,250). Sum of RGB (Red+Green+Blue) = 212+200+250=662 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.02% from 662); Green value is 200 (78.52% from 255 or 30.21% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4C8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C8FA is #2B3705. Grayscale: #D1D1D1. Windows color (decimal): -2832134 or 16435412. OLE color: 16435412.

HSL color Cylindrical-coordinate representation of color #D4C8FA: hue angle of 254.4º 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 #D4C8FA is Cyan = 0.15, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 200 250 -
CMYK 0.15 0.2 0 0.02
HSL 254.4º 0.83% 0.88% -
HSV(B) 254.4º 0.2% 0.98% -
XYZ 65.06 62.21 99.02 -
YUV 209.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 212 200 250 0.15 0.2 0 0.02 254.4 0.83 0.88
Hex D4 C8 FA F 14 0 2 FE 53 58
Octal 324 310 372 17 24 0 2 376 123 130
Binary 11010100 11001000 11111010 1111 10100 0 10 11111110 1010011 1011000

Color Harmonies of #D4C8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C8FA

Black with #D4C8FA

Text Example


Text Example

White with #D4C8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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