#CCCAF0

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

Shades of Lavender Blue #CCCAF0

Tints of Lavender Blue #CCCAF0

Color information

#CCCAF0 (or 0xCCCAF0) is unknown color: approx Lavender Blue. HEX triplet: CC, CA and F0. RGB value is (204,202,240). Sum of RGB (Red+Green+Blue) = 204+202+240=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCCAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAF0 is #33350F. Grayscale: #CECECE. Windows color (decimal): -3355920 or 15780556. OLE color: 15780556.

HSL color Cylindrical-coordinate representation of color #CCCAF0: hue angle of 243.16º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCCAF0 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204202240-
CMYK0.150.1600.06
HSL243.16º55.88%86.67%-
HSV(B)243.16º15.83%94.12%-
XYZ61.7561.3791.03-
YUV206.93146.66125.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.58%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 240 (94.14% from 255) = 37.15%
R=31.58%
G=31.27%
B=37.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042022400.150.1600.06243.1655.8886.67
HexCCCAF0F1006f33857
Octal31431236017200636370127
Binary1100110011001010111100001111100000110111100111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAF0; }

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

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

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

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

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

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

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

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