#CCC7EB

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

Shades of Lavender Blue #CCC7EB

Tints of Lavender Blue #CCC7EB

Color information

#CCC7EB (or 0xCCC7EB) is unknown color: approx Lavender Blue. HEX triplet: CC, C7 and EB. RGB value is (204,199,235). Sum of RGB (Red+Green+Blue) = 204+199+235=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCC7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC7EB is #333814. Grayscale: #CCCCCC. Windows color (decimal): -3356693 or 15452108. OLE color: 15452108.

HSL color Cylindrical-coordinate representation of color #CCC7EB: hue angle of 248.33º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCC7EB is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204199235-
CMYK0.130.1500.08
HSL248.33º47.37%85.1%-
HSV(B)248.33º15.32%92.16%-
XYZ60.3259.6886.94-
YUV204.6145.16127.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 199 (78.12% from 255) = 31.19%
BLUE value IS 235 (92.19% from 255) = 36.83%
R=31.97%
G=31.19%
B=36.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041992350.130.1500.08248.3347.3785.1
HexCCC7EBDF08f82f55
Octal314307353151701037057125
Binary1100110011000111111010111101111101000111110001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC7EB; }

 p { color: rgb(204,199,235); }

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

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

 a { background-color: rgb(204,199,235); }

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

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

 span { border-color: rgb(204,199,235); }

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