#D4CFFA

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

Shades of Lavender Blue #D4CFFA

Tints of Lavender Blue #D4CFFA

Color information

#D4CFFA (or 0xD4CFFA) is unknown color: approx Lavender Blue. HEX triplet: D4, CF and FA. RGB value is (212,207,250). Sum of RGB (Red+Green+Blue) = 212+207+250=669 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.69% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CFFA is #2B3005. Grayscale: #D5D5D5. Windows color (decimal): -2830342 or 16437204. OLE color: 16437204.

HSL color Cylindrical-coordinate representation of color #D4CFFA: hue angle of 246.98º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4CFFA is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212207250-
CMYK0.150.1700.02
HSL246.98º81.13%89.61%-
HSV(B)246.98º17.2%98.04%-
XYZ66.7265.5299.57-
YUV213.4148.66127-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.69%
GREEN value IS 207 (81.25% from 255) = 30.94%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=31.69%
G=30.94%
B=37.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122072500.150.1700.02246.9881.1389.61
HexD4CFFAF1102f7515a
Octal324317372172102367121132
Binary1101010011001111111110101111100010101111011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CFFA; }

 p { color: rgb(212,207,250); }

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

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

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

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

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

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

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