#CCCFFE

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

Shades of Lavender Blue #CCCFFE

Tints of Lavender Blue #CCCFFE

Color information

#CCCFFE (or 0xCCCFFE) is unknown color: approx Lavender Blue. HEX triplet: CC, CF and FE. RGB value is (204,207,254). Sum of RGB (Red+Green+Blue) = 204+207+254=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCCFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFFE is #333001. Grayscale: #D3D3D3. Windows color (decimal): -3354626 or 16699340. OLE color: 16699340.

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

Color convert

RGB204207254-
CMYK0.200.1900.00
HSL236.4º96.15%89.8%-
HSV(B)236.4º19.69%99.61%-
XYZ65.164.62102.81-
YUV211.46152.01122.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.68%
GREEN value IS 207 (81.25% from 255) = 31.13%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=30.68%
G=31.13%
B=38.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042072540.200.1900.00236.496.1589.8
HexCCCFFE141300ec605a
Octal314317376242300354140132
Binary1100110011001111111111101010010011001110110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFFE; }

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

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

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

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

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

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

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

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