#CCCAF4

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

Shades of Lavender Blue #CCCAF4

Tints of Lavender Blue #CCCAF4

Color information

#CCCAF4 (or 0xCCCAF4) is unknown color: approx Lavender Blue. HEX triplet: CC, CA and F4. RGB value is (204,202,244). Sum of RGB (Red+Green+Blue) = 204+202+244=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 244 (95.70% from 255 or 37.54% from 650); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCCAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAF4 is #33350B. Grayscale: #CFCFCF. Windows color (decimal): -3355916 or 16042700. OLE color: 16042700.

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

Color convert

RGB204202244-
CMYK0.160.1700.04
HSL242.86º65.62%87.45%-
HSV(B)242.86º17.21%95.69%-
XYZ62.3561.6194.19-
YUV207.39148.66125.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 244 (95.70% from 255) = 37.54%
R=31.38%
G=31.08%
B=37.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042022440.160.1700.04242.8665.6287.45
HexCCCAF4101104f34257
Octal314312364202104363102127
Binary110011001100101011110100100001000101001111001110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAF4; }

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

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

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

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

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

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

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

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