#D4CFFF

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

Shades of Lavender Blue #D4CFFF

Tints of Lavender Blue #D4CFFF

Color information

#D4CFFF (or 0xD4CFFF) is unknown color: approx Lavender Blue. HEX triplet: D4, CF and FF. RGB value is (212,207,255). Sum of RGB (Red+Green+Blue) = 212+207+255=674 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.45% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CFFF is #2B3000. Grayscale: #D5D5D5. Windows color (decimal): -2830337 or 16764884. OLE color: 16764884.

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

Color convert

RGB212207255-
CMYK0.170.1900
HSL246.25º100%90.59%-
HSV(B)246.25º18.82%100%-
XYZ67.5165.84103.76-
YUV213.97151.16126.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.45%
GREEN value IS 207 (81.25% from 255) = 30.71%
BLUE value IS 255 (100% from 255) = 37.83%
R=31.45%
G=30.71%
B=37.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122072550.170.1900246.2510090.59
HexD4CFFF111300f6645b
Octal324317377212300366144133
Binary1101010011001111111111111000110011001111011011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CFFF; }

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

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

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

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

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

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

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

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