#CCC7FB

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

Shades of Lavender Blue #CCC7FB

Tints of Lavender Blue #CCC7FB

Color information

#CCC7FB (or 0xCCC7FB) is unknown color: approx Lavender Blue. HEX triplet: CC, C7 and FB. RGB value is (204,199,251). Sum of RGB (Red+Green+Blue) = 204+199+251=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCC7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC7FB is #333804. Grayscale: #CECECE. Windows color (decimal): -3356677 or 16500684. OLE color: 16500684.

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

Color convert

RGB204199251-
CMYK0.190.2100.02
HSL245.77º86.67%88.24%-
HSV(B)245.77º20.72%98.43%-
XYZ62.7460.6599.67-
YUV206.42153.16126.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.19%
GREEN value IS 199 (78.12% from 255) = 30.43%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=31.19%
G=30.43%
B=38.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041992510.190.2100.02245.7786.6788.24
HexCCC7FB131502f65758
Octal314307373232502366127130
Binary11001100110001111111101110011101010101111011010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC7FB; }

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

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

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

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

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

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

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

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