#CCCBFB

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

Shades of Lavender Blue #CCCBFB

Tints of Lavender Blue #CCCBFB

Color information

#CCCBFB (or 0xCCCBFB) is unknown color: approx Lavender Blue. HEX triplet: CC, CB and FB. RGB value is (204,203,251). Sum of RGB (Red+Green+Blue) = 204+203+251=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCCBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBFB is #333404. Grayscale: #D0D0D0. Windows color (decimal): -3355653 or 16501708. OLE color: 16501708.

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

Color convert

RGB204203251-
CMYK0.190.1900.02
HSL241.25º85.71%89.02%-
HSV(B)241.25º19.12%98.43%-
XYZ63.6762.5199.98-
YUV208.77151.83124.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.00%
GREEN value IS 203 (79.69% from 255) = 30.85%
BLUE value IS 251 (98.44% from 255) = 38.15%
R=31.00%
G=30.85%
B=38.15%

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
Decimal2042032510.190.1900.02241.2585.7189.02
HexCCCBFB131302f15659
Octal314313373232302361126131
Binary11001100110010111111101110011100110101111000110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBFB; }

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

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

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

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

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

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

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

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