Html Css Color HEX #D4C9FF Lavender Blue

📋 copy color: '#D4C9FF'

red 212 ◦ green 201 ◦ blue 255

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

Shades of Lavender Blue #D4C9FF

Tints of Lavender Blue #D4C9FF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.09%

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

R = 31.74%
G = 30.09%
B = 38.17%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D4C9FF (or 0xD4C9FF) is known color: Lavender Blue. HEX triplet: D4, C9 and FF. RGB value is (212,201,255). Sum of RGB (Red+Green+Blue) = 212+201+255=668 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.74% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4C9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C9FF is #2B3600. Grayscale: #D2D2D2. Windows color (decimal): -2831873 or 16763348. OLE color: 16763348.

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

Color convert

RGB 212 201 255 -
CMYK 0.17 0.21 0 0
HSL 252.22º 1% 0.89% -
HSV(B) 252.22º 0.21% 1% -
XYZ 66.09 62.99 103.28 -
YUV 210.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 212 201 255 0.17 0.21 0 0 252.22 1 0.89
Hex D4 C9 FF 11 15 0 0 FC 64 59
Octal 324 311 377 21 25 0 0 374 144 131
Binary 11010100 11001001 11111111 10001 10101 0 0 11111100 1100100 1011001

Color Harmonies of #D4C9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C9FF

Black with #D4C9FF

Text Example


Text Example

White with #D4C9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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