#CCC5F2

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

Shades of Lavender Blue #CCC5F2

Tints of Lavender Blue #CCC5F2

Color information

#CCC5F2 (or 0xCCC5F2) is unknown color: approx Lavender Blue. HEX triplet: CC, C5 and F2. RGB value is (204,197,242). Sum of RGB (Red+Green+Blue) = 204+197+242=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCC5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5F2 is #333A0D. Grayscale: #CCCCCC. Windows color (decimal): -3357198 or 15910348. OLE color: 15910348.

HSL color Cylindrical-coordinate representation of color #CCC5F2: hue angle of 249.33º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCC5F2 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204197242-
CMYK0.160.1900.05
HSL249.33º63.38%86.08%-
HSV(B)249.33º18.6%94.9%-
XYZ60.959.1892.22-
YUV204.22149.32127.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 197 (77.34% from 255) = 30.64%
BLUE value IS 242 (94.92% from 255) = 37.64%
R=31.73%
G=30.64%
B=37.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041972420.160.1900.05249.3363.3886.08
HexCCC5F2101305f93f56
Octal31430536220230537177126
Binary11001100110001011111001010000100110101111110011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5F2; }

 p { color: rgb(204,197,242); }

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

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

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

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

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

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

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