Html Css Color HEX #D4CDF8 Lavender Blue

📋 copy color: '#D4CDF8'

red 212 ◦ green 205 ◦ blue 248

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

Shades of Lavender Blue #D4CDF8

Tints of Lavender Blue #D4CDF8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.83%

 BLUE value IS 248 (97.27% from 255) = 37.29%

R = 31.88%
G = 30.83%
B = 37.29%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D4CDF8 (or 0xD4CDF8) is known color: Lavender Blue. HEX triplet: D4, CD and F8. RGB value is (212,205,248). Sum of RGB (Red+Green+Blue) = 212+205+248=665 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.88% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 248 (97.27% from 255 or 37.29% from 665); Max value from RGB is 248 - color contains mainly: blue. Hex color #D4CDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CDF8 is #2B3207. Grayscale: #D3D3D3. Windows color (decimal): -2830856 or 16305620. OLE color: 16305620.

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

Color convert

RGB 212 205 248 -
CMYK 0.15 0.17 0 0.03
HSL 249.77º 0.75% 0.89% -
HSV(B) 249.77º 0.17% 0.97% -
XYZ 65.93 64.44 97.77 -
YUV 212 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 212 205 248 0.15 0.17 0 0.03 249.77 0.75 0.89
Hex D4 CD F8 F 11 0 3 FA 4B 59
Octal 324 315 370 17 21 0 3 372 113 131
Binary 11010100 11001101 11111000 1111 10001 0 11 11111010 1001011 1011001

Color Harmonies of #D4CDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CDF8

Black with #D4CDF8

Text Example


Text Example

White with #D4CDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CDF8; }

 p { color: rgb(212,205,248); }

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

background-color css

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

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

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

border-color css

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

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

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