#CCCCF4

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

Shades of Lavender Blue #CCCCF4

Tints of Lavender Blue #CCCCF4

Color information

#CCCCF4 (or 0xCCCCF4) is unknown color: approx Lavender Blue. HEX triplet: CC, CC and F4. RGB value is (204,204,244). Sum of RGB (Red+Green+Blue) = 204+204+244=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCCCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCF4 is #33330B. Grayscale: #D0D0D0. Windows color (decimal): -3355404 or 16043212. OLE color: 16043212.

HSL color Cylindrical-coordinate representation of color #CCCCF4: hue angle of 240º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCCCF4 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204204244-
CMYK0.160.1600.04
HSL240º64.52%87.84%-
HSV(B)240º16.39%95.69%-
XYZ62.8262.5594.35-
YUV208.56148124.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 244 (95.70% from 255) = 37.42%
R=31.29%
G=31.29%
B=37.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042042440.160.1600.0424064.5287.84
HexCCCCF4101004f04158
Octal314314364202004360101130
Binary110011001100110011110100100001000001001111000010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCF4; }

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

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

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

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

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

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

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

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