#CCCAF5

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

Shades of Lavender Blue #CCCAF5

Tints of Lavender Blue #CCCAF5

Color information

#CCCAF5 (or 0xCCCAF5) is unknown color: approx Lavender Blue. HEX triplet: CC, CA and F5. RGB value is (204,202,245). Sum of RGB (Red+Green+Blue) = 204+202+245=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 245 (96.09% from 255 or 37.63% from 651); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCCAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAF5 is #33350A. Grayscale: #CFCFCF. Windows color (decimal): -3355915 or 16108236. OLE color: 16108236.

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

Color convert

RGB204202245-
CMYK0.170.1800.04
HSL242.79º68.25%87.65%-
HSV(B)242.79º17.55%96.08%-
XYZ62.561.6795-
YUV207.5149.16125.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.34%
GREEN value IS 202 (79.30% from 255) = 31.03%
BLUE value IS 245 (96.09% from 255) = 37.63%
R=31.34%
G=31.03%
B=37.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042022450.170.1800.04242.7968.2587.65
HexCCCAF5111204f34458
Octal314312365212204363104130
Binary110011001100101011110101100011001001001111001110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAF5; }

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

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

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

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

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

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

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

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