#D4CDFF

Color #D4CDFF Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #D4CDFF

Tints of Lavender Blue #D4CDFF

Color information

#D4CDFF (or 0xD4CDFF) is unknown color: approx Lavender Blue. HEX triplet: D4, CD and FF. RGB value is (212,205,255). Sum of RGB (Red+Green+Blue) = 212+205+255=672 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.55% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CDFF is #2B3200. Grayscale: #D4D4D4. Windows color (decimal): -2830849 or 16764372. OLE color: 16764372.

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

Color convert

RGB212205255-
CMYK0.170.2000
HSL248.4º100%90.2%-
HSV(B)248.4º19.61%100%-
XYZ67.0364.88103.6-
YUV212.79151.82127.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.55%
GREEN value IS 205 (80.47% from 255) = 30.51%
BLUE value IS 255 (100% from 255) = 37.95%
R=31.55%
G=30.51%
B=37.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122052550.170.2000248.410090.2
HexD4CDFF111400f8645a
Octal324315377212400370144132
Binary1101010011001101111111111000110100001111100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDFF; }

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

 H1.HeaderClassName
 {
   color: #D4CDFF;
 }
 .AnyTagClassName
 {
   color: #D4CDFF;
 }
</style>
background-color css

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

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

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

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

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

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