#CCCBFC

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

Shades of Lavender Blue #CCCBFC

Tints of Lavender Blue #CCCBFC

Color information

#CCCBFC (or 0xCCCBFC) is unknown color: approx Lavender Blue. HEX triplet: CC, CB and FC. RGB value is (204,203,252). Sum of RGB (Red+Green+Blue) = 204+203+252=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCCBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBFC is #333403. Grayscale: #D0D0D0. Windows color (decimal): -3355652 or 16567244. OLE color: 16567244.

HSL color Cylindrical-coordinate representation of color #CCCBFC: hue angle of 241.22º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCBFC is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204203252-
CMYK0.190.1900.01
HSL241.22º89.09%89.22%-
HSV(B)241.22º19.44%98.82%-
XYZ63.8362.58100.81-
YUV208.88152.33124.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.96%
GREEN value IS 203 (79.69% from 255) = 30.80%
BLUE value IS 252 (98.83% from 255) = 38.24%
R=30.96%
G=30.80%
B=38.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042032520.190.1900.01241.2289.0989.22
HexCCCBFC131301f15959
Octal314313374232301361131131
Binary1100110011001011111111001001110011011111000110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBFC; }

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

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

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

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

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

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

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

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