#D6CCFB

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

Shades of Lavender Blue #D6CCFB

Tints of Lavender Blue #D6CCFB

Color information

#D6CCFB (or 0xD6CCFB) is unknown color: approx Lavender Blue. HEX triplet: D6, CC and FB. RGB value is (214,204,251). Sum of RGB (Red+Green+Blue) = 214+204+251=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6CCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CCFB is #293304. Grayscale: #D4D4D4. Windows color (decimal): -2700037 or 16501974. OLE color: 16501974.

HSL color Cylindrical-coordinate representation of color #D6CCFB: hue angle of 252.77º degrees, saturation: 0.85, 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 #D6CCFB is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214204251-
CMYK0.150.1900.02
HSL252.77º85.45%89.22%-
HSV(B)252.77º18.73%98.43%-
XYZ66.7464.45100.19-
YUV212.35149.81129.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.99%
GREEN value IS 204 (80.08% from 255) = 30.49%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=31.99%
G=30.49%
B=37.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142042510.150.1900.02252.7785.4589.22
HexD6CCFBF1302fd5559
Octal326314373172302375125131
Binary1101011011001100111110111111100110101111110110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCFB; }

 p { color: rgb(214,204,251); }

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

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

 a { background-color: rgb(214,204,251); }

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

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

 span { border-color: rgb(214,204,251); }

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