#CCCCFE

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

Shades of Lavender Blue #CCCCFE

Tints of Lavender Blue #CCCCFE

Color information

#CCCCFE (or 0xCCCCFE) is unknown color: approx Lavender Blue. HEX triplet: CC, CC and FE. RGB value is (204,204,254). Sum of RGB (Red+Green+Blue) = 204+204+254=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCCCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCFE is #333301. Grayscale: #D1D1D1. Windows color (decimal): -3355394 or 16698572. OLE color: 16698572.

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

Color convert

RGB204204254-
CMYK0.200.2000.00
HSL240º96.15%89.8%-
HSV(B)240º19.69%99.61%-
XYZ64.3863.18102.57-
YUV209.7153123.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.82%
GREEN value IS 204 (80.08% from 255) = 30.82%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=30.82%
G=30.82%
B=38.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042042540.200.2000.0024096.1589.8
HexCCCCFE141400f0605a
Octal314314376242400360140132
Binary1100110011001100111111101010010100001111000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCFE; }

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

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

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

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

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

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

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

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