#D0CFF4

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

Shades of Lavender Blue #D0CFF4

Tints of Lavender Blue #D0CFF4

Color information

#D0CFF4 (or 0xD0CFF4) is unknown color: approx Lavender Blue. HEX triplet: D0, CF and F4. RGB value is (208,207,244). Sum of RGB (Red+Green+Blue) = 208+207+244=659 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.56% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 244 (95.70% from 255 or 37.03% from 659); Max value from RGB is 244 - color contains mainly: blue. Hex color #D0CFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CFF4 is #2F300B. Grayscale: #D3D3D3. Windows color (decimal): -3092492 or 16043984. OLE color: 16043984.

HSL color Cylindrical-coordinate representation of color #D0CFF4: hue angle of 241.62º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0CFF4 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB208207244-
CMYK0.150.1500.04
HSL241.62º62.71%88.43%-
HSV(B)241.62º15.16%95.69%-
XYZ64.6564.5794.64-
YUV211.52146.33125.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.56%
GREEN value IS 207 (81.25% from 255) = 31.41%
BLUE value IS 244 (95.70% from 255) = 37.03%
R=31.56%
G=31.41%
B=37.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082072440.150.1500.04241.6262.7188.43
HexD0CFF4FF04f23f58
Octal32031736417170436277130
Binary110100001100111111110100111111110100111100101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFF4; }

 p { color: rgb(208,207,244); }

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

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

 a { background-color: rgb(208,207,244); }

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

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

 span { border-color: rgb(208,207,244); }

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