#CCCCFB

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

Shades of Lavender Blue #CCCCFB

Tints of Lavender Blue #CCCCFB

Color information

#CCCCFB (or 0xCCCCFB) is unknown color: approx Lavender Blue. HEX triplet: CC, CC and FB. RGB value is (204,204,251). Sum of RGB (Red+Green+Blue) = 204+204+251=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCCCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCFB is #333304. Grayscale: #D1D1D1. Windows color (decimal): -3355397 or 16501964. OLE color: 16501964.

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

Color convert

RGB204204251-
CMYK0.190.1900.02
HSL240º85.45%89.22%-
HSV(B)240º18.73%98.43%-
XYZ63.9162.99100.06-
YUV209.36151.5124.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.96%
GREEN value IS 204 (80.08% from 255) = 30.96%
BLUE value IS 251 (98.44% from 255) = 38.09%
R=30.96%
G=30.96%
B=38.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042042510.190.1900.0224085.4589.22
HexCCCCFB131302f05559
Octal314314373232302360125131
Binary11001100110011001111101110011100110101111000010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCFB; }

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

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

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

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

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

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

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

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