#D0CFFE

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

Shades of Lavender Blue #D0CFFE

Tints of Lavender Blue #D0CFFE

Color information

#D0CFFE (or 0xD0CFFE) is unknown color: approx Lavender Blue. HEX triplet: D0, CF and FE. RGB value is (208,207,254). Sum of RGB (Red+Green+Blue) = 208+207+254=669 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.09% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CFFE is #2F3001. Grayscale: #D4D4D4. Windows color (decimal): -3092482 or 16699344. OLE color: 16699344.

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

Color convert

RGB208207254-
CMYK0.180.1900.00
HSL241.28º95.92%90.39%-
HSV(B)241.28º18.5%99.61%-
XYZ66.2165.19102.86-
YUV212.66151.33124.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.09%
GREEN value IS 207 (81.25% from 255) = 30.94%
BLUE value IS 254 (99.61% from 255) = 37.97%
R=31.09%
G=30.94%
B=37.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082072540.180.1900.00241.2895.9290.39
HexD0CFFE121300f1605a
Octal320317376222300361140132
Binary1101000011001111111111101001010011001111000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFFE; }

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

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

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

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

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

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

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

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