#d0c2fa

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

Shades of Lavender Blue #D0C2FA

Tints of Lavender Blue #D0C2FA

Color information

#D0C2FA (or 0xD0C2FA) is unknown color: approx Lavender Blue. HEX triplet: D0, C2 and FA. RGB value is (208,194,250). Sum of RGB (Red+Green+Blue) = 208+194+250=652 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.90% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0C2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C2FA is #2F3D05. Grayscale: #CCCCCC. Windows color (decimal): -3095814 or 16433872. OLE color: 16433872.

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

Color convert

RGB208194250-
CMYK0.170.2200.02
HSL255º84.85%87.06%-
HSV(B)255º22.4%98.04%-
XYZ62.5658.998.51-
YUV204.57153.64130.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.90%
GREEN value IS 194 (76.17% from 255) = 29.75%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=31.90%
G=29.75%
B=38.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081942500.170.2200.0225584.8587.06
HexD0C2FA111602ff5557
Octal320302372212602377125127
Binary11010000110000101111101010001101100101111111110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0c2fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0c2fa; }

 p { color: rgb(208,194,250); }

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

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

 a { background-color: rgb(208,194,250); }

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

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

 span { border-color: rgb(208,194,250); }

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