#CCC0FF

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

Shades of Lavender Blue #CCC0FF

Tints of Lavender Blue #CCC0FF

Color information

#CCC0FF (or 0xCCC0FF) is unknown color: approx Lavender Blue. HEX triplet: CC, C0 and FF. RGB value is (204,192,255). Sum of RGB (Red+Green+Blue) = 204+192+255=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 192 (75.39% from 255 or 29.49% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0FF is #333F00. Grayscale: #CACACA. Windows color (decimal): -3358465 or 16761036. OLE color: 16761036.

HSL color Cylindrical-coordinate representation of color #CCC0FF: hue angle of 251.43º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCC0FF is Cyan = 0.2, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204192255-
CMYK0.20.2500
HSL251.43º100%87.65%-
HSV(B)251.43º24.71%100%-
XYZ61.857.76102.5-
YUV202.77157.48128.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.34%
GREEN value IS 192 (75.39% from 255) = 29.49%
BLUE value IS 255 (100% from 255) = 39.17%
R=31.34%
G=29.49%
B=39.17%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041922550.20.2500251.4310087.65
HexCCC0FF141900fb6458
Octal314300377243100373144130
Binary1100110011000000111111111010011001001111101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0FF; }

 p { color: rgb(204,192,255); }

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

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

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

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

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

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

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