Html Css Color HEX #D4C8FF Lavender Blue

📋 copy color: '#D4C8FF'

red 212 ◦ green 200 ◦ blue 255

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

Shades of Lavender Blue #D4C8FF

Tints of Lavender Blue #D4C8FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.23%

R = 31.78%
G = 29.99%
B = 38.23%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D4C8FF (or 0xD4C8FF) is known color: Lavender Blue. HEX triplet: D4, C8 and FF. RGB value is (212,200,255). Sum of RGB (Red+Green+Blue) = 212+200+255=667 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.78% from 667); Green value is 200 (78.52% from 255 or 29.99% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C8FF is #2B3700. Grayscale: #D1D1D1. Windows color (decimal): -2832129 or 16763092. OLE color: 16763092.

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

Color convert

RGB 212 200 255 -
CMYK 0.17 0.22 0 0
HSL 253.09º 1% 0.89% -
HSV(B) 253.09º 0.22% 1% -
XYZ 65.86 62.53 103.21 -
YUV 209.86 153.48 129.53 -
System Red Green Blue C M Y K H S L
Decimal 212 200 255 0.17 0.22 0 0 253.09 1 0.89
Hex D4 C8 FF 11 16 0 0 FD 64 59
Octal 324 310 377 21 26 0 0 375 144 131
Binary 11010100 11001000 11111111 10001 10110 0 0 11111101 1100100 1011001

Color Harmonies of #D4C8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C8FF

Black with #D4C8FF

Text Example


Text Example

White with #D4C8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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