#D5CBFC

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

Shades of Lavender Blue #D5CBFC

Tints of Lavender Blue #D5CBFC

Color information

#D5CBFC (or 0xD5CBFC) is unknown color: approx Lavender Blue. HEX triplet: D5, CB and FC. RGB value is (213,203,252). Sum of RGB (Red+Green+Blue) = 213+203+252=668 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.89% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CBFC is #2A3403. Grayscale: #D3D3D3. Windows color (decimal): -2765828 or 16567253. OLE color: 16567253.

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

Color convert

RGB213203252-
CMYK0.150.1900.01
HSL252.24º89.09%89.22%-
HSV(B)252.24º19.44%98.82%-
XYZ66.3763.89100.93-
YUV211.58150.81129.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.89%
GREEN value IS 203 (79.69% from 255) = 30.39%
BLUE value IS 252 (98.83% from 255) = 37.72%
R=31.89%
G=30.39%
B=37.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132032520.150.1900.01252.2489.0989.22
HexD5CBFCF1301fc5959
Octal325313374172301374131131
Binary110101011100101111111100111110011011111110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBFC; }

 p { color: rgb(213,203,252); }

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

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

 a { background-color: rgb(213,203,252); }

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

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

 span { border-color: rgb(213,203,252); }

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