#D4CBFF

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

Shades of Lavender Blue #D4CBFF

Tints of Lavender Blue #D4CBFF

Color information

#D4CBFF (or 0xD4CBFF) is unknown color: approx Lavender Blue. HEX triplet: D4, CB and FF. RGB value is (212,203,255). Sum of RGB (Red+Green+Blue) = 212+203+255=670 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.64% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CBFF is #2B3400. Grayscale: #D3D3D3. Windows color (decimal): -2831361 or 16763860. OLE color: 16763860.

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

Color convert

RGB212203255-
CMYK0.170.2000
HSL250.38º100%89.8%-
HSV(B)250.38º20.39%100%-
XYZ66.5663.93103.44-
YUV211.62152.48128.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.64%
GREEN value IS 203 (79.69% from 255) = 30.30%
BLUE value IS 255 (100% from 255) = 38.06%
R=31.64%
G=30.30%
B=38.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122032550.170.2000250.3810089.8
HexD4CBFF111400fa645a
Octal324313377212400372144132
Binary1101010011001011111111111000110100001111101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CBFF; }

 p { color: rgb(212,203,255); }

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

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

 a { background-color: rgb(212,203,255); }

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

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

 span { border-color: rgb(212,203,255); }

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