#CCCCF8

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

Shades of Lavender Blue #CCCCF8

Tints of Lavender Blue #CCCCF8

Color information

#CCCCF8 (or 0xCCCCF8) is unknown color: approx Lavender Blue. HEX triplet: CC, CC and F8. RGB value is (204,204,248). Sum of RGB (Red+Green+Blue) = 204+204+248=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCCCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCF8 is #333307. Grayscale: #D0D0D0. Windows color (decimal): -3355400 or 16305356. OLE color: 16305356.

HSL color Cylindrical-coordinate representation of color #CCCCF8: hue angle of 240º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCCCF8 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204204248-
CMYK0.180.1800.03
HSL240º75.86%88.63%-
HSV(B)240º17.74%97.25%-
XYZ63.4462.897.59-
YUV209.02150124.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.10%
GREEN value IS 204 (80.08% from 255) = 31.10%
BLUE value IS 248 (97.27% from 255) = 37.80%
R=31.10%
G=31.10%
B=37.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042042480.180.1800.0324075.8688.63
HexCCCCF8121203f04c59
Octal314314370222203360114131
Binary11001100110011001111100010010100100111111000010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCF8; }

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

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

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

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

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

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

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

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