#D0CFF3

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

Shades of Lavender Blue #D0CFF3

Tints of Lavender Blue #D0CFF3

Color information

#D0CFF3 (or 0xD0CFF3) is unknown color: approx Lavender Blue. HEX triplet: D0, CF and F3. RGB value is (208,207,243). Sum of RGB (Red+Green+Blue) = 208+207+243=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #D0CFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CFF3 is #2F300C. Grayscale: #D3D3D3. Windows color (decimal): -3092493 or 15978448. OLE color: 15978448.

HSL color Cylindrical-coordinate representation of color #D0CFF3: hue angle of 241.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0CFF3 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB208207243-
CMYK0.140.1500.05
HSL241.67º60%88.24%-
HSV(B)241.67º14.81%95.29%-
XYZ64.564.5193.85-
YUV211.4145.83125.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.61%
GREEN value IS 207 (81.25% from 255) = 31.46%
BLUE value IS 243 (95.31% from 255) = 36.93%
R=31.61%
G=31.46%
B=36.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082072430.140.1500.05241.676088.24
HexD0CFF3EF05f23c58
Octal32031736316170536274130
Binary110100001100111111110011111011110101111100101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFF3; }

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

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

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

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

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

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

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

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