#D1CBFD

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

Shades of Lavender Blue #D1CBFD

Tints of Lavender Blue #D1CBFD

Color information

#D1CBFD (or 0xD1CBFD) is unknown color: approx Lavender Blue. HEX triplet: D1, CB and FD. RGB value is (209,203,253). Sum of RGB (Red+Green+Blue) = 209+203+253=665 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.43% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CBFD is #2E3402. Grayscale: #D2D2D2. Windows color (decimal): -3027971 or 16632785. OLE color: 16632785.

HSL color Cylindrical-coordinate representation of color #D1CBFD: hue angle of 247.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1CBFD is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209203253-
CMYK0.170.2000.01
HSL247.2º92.59%89.41%-
HSV(B)247.2º19.76%99.22%-
XYZ65.3863.36101.71-
YUV210.49151.99126.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.43%
GREEN value IS 203 (79.69% from 255) = 30.53%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=31.43%
G=30.53%
B=38.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092032530.170.2000.01247.292.5989.41
HexD1CBFD111401f75d59
Octal321313375212401367135131
Binary1101000111001011111111011000110100011111011110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CBFD; }

 p { color: rgb(209,203,253); }

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

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

 a { background-color: rgb(209,203,253); }

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

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

 span { border-color: rgb(209,203,253); }

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