#CCCAFA

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

Shades of Lavender Blue #CCCAFA

Tints of Lavender Blue #CCCAFA

Color information

#CCCAFA (or 0xCCCAFA) is unknown color: approx Lavender Blue. HEX triplet: CC, CA and FA. RGB value is (204,202,250). Sum of RGB (Red+Green+Blue) = 204+202+250=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCCAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAFA is #333505. Grayscale: #CFCFCF. Windows color (decimal): -3355910 or 16435916. OLE color: 16435916.

HSL color Cylindrical-coordinate representation of color #CCCAFA: hue angle of 242.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCAFA is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204202250-
CMYK0.180.1900.02
HSL242.5º82.76%88.63%-
HSV(B)242.5º19.2%98.04%-
XYZ63.2861.9899.07-
YUV208.07151.66125.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.10%
GREEN value IS 202 (79.30% from 255) = 30.79%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=31.10%
G=30.79%
B=38.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042022500.180.1900.02242.582.7688.63
HexCCCAFA121302f25359
Octal314312372222302362123131
Binary11001100110010101111101010010100110101111001010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAFA; }

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

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

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

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

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

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

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

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