#D2CAFA

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

Shades of Lavender Blue #D2CAFA

Tints of Lavender Blue #D2CAFA

Color information

#D2CAFA (or 0xD2CAFA) is unknown color: approx Lavender Blue. HEX triplet: D2, CA and FA. RGB value is (210,202,250). Sum of RGB (Red+Green+Blue) = 210+202+250=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CAFA is #2D3505. Grayscale: #D1D1D1. Windows color (decimal): -2962694 or 16435922. OLE color: 16435922.

HSL color Cylindrical-coordinate representation of color #D2CAFA: hue angle of 250º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2CAFA is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210202250-
CMYK0.160.1900.02
HSL250º82.76%88.63%-
HSV(B)250º19.2%98.04%-
XYZ64.9562.8499.15-
YUV209.86150.65128.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.72%
GREEN value IS 202 (79.30% from 255) = 30.51%
BLUE value IS 250 (98.05% from 255) = 37.76%
R=31.72%
G=30.51%
B=37.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102022500.160.1900.0225082.7688.63
HexD2CAFA101302fa5359
Octal322312372202302372123131
Binary11010010110010101111101010000100110101111101010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CAFA; }

 p { color: rgb(210,202,250); }

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

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

 a { background-color: rgb(210,202,250); }

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

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

 span { border-color: rgb(210,202,250); }

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