Html Css Color HEX #D4D4FD Lavender Blue

📋 copy color: '#D4D4FD'

red 212 ◦ green 212 ◦ blue 253

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

Shades of Lavender Blue #D4D4FD

Tints of Lavender Blue #D4D4FD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.31%

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

R = 31.31%
G = 31.31%
B = 37.37%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4D4FD (or 0xD4D4FD) is known color: Lavender Blue. HEX triplet: D4, D4 and FD. RGB value is (212,212,253). Sum of RGB (Red+Green+Blue) = 212+212+253=677 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.31% from 677); Green value is 212 (83.20% from 255 or 31.31% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4D4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D4FD is #2B2B02. Grayscale: #D8D8D8. Windows color (decimal): -2829059 or 16635092. OLE color: 16635092.

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

Color convert

RGB 212 212 253 -
CMYK 0.16 0.16 0 0.01
HSL 240º 0.91% 0.91% -
HSV(B) 240º 0.16% 0.99% -
XYZ 68.42 68.18 102.48 -
YUV 216.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 212 212 253 0.16 0.16 0 0.01 240 0.91 0.91
Hex D4 D4 FD 10 10 0 1 F0 5B 5B
Octal 324 324 375 20 20 0 1 360 133 133
Binary 11010100 11010100 11111101 10000 10000 0 1 11110000 1011011 1011011

Color Harmonies of #D4D4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D4FD

Black with #D4D4FD

Text Example


Text Example

White with #D4D4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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