Html Css Color HEX #D4D2FD Lavender Blue

📋 copy color: '#D4D2FD'

red 212 ◦ green 210 ◦ blue 253

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

Shades of Lavender Blue #D4D2FD

Tints of Lavender Blue #D4D2FD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.11%

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

R = 31.41%
G = 31.11%
B = 37.48%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4D2FD (or 0xD4D2FD) is known color: Lavender Blue. HEX triplet: D4, D2 and FD. RGB value is (212,210,253). Sum of RGB (Red+Green+Blue) = 212+210+253=675 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.41% from 675); Green value is 210 (82.42% from 255 or 31.11% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4D2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D2FD is #2B2D02. Grayscale: #D7D7D7. Windows color (decimal): -2829571 or 16634580. OLE color: 16634580.

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

Color convert

RGB 212 210 253 -
CMYK 0.16 0.17 0 0.01
HSL 242.79º 0.91% 0.91% -
HSV(B) 242.79º 0.17% 0.99% -
XYZ 67.93 67.18 102.32 -
YUV 215.5 149.16 125.5 -
System Red Green Blue C M Y K H S L
Decimal 212 210 253 0.16 0.17 0 0.01 242.79 0.91 0.91
Hex D4 D2 FD 10 11 0 1 F3 5B 5B
Octal 324 322 375 20 21 0 1 363 133 133
Binary 11010100 11010010 11111101 10000 10001 0 1 11110011 1011011 1011011

Color Harmonies of #D4D2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D2FD

Black with #D4D2FD

Text Example


Text Example

White with #D4D2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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