#CCC7EE

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

Shades of Lavender Blue #CCC7EE

Tints of Lavender Blue #CCC7EE

Color information

#CCC7EE (or 0xCCC7EE) is unknown color: approx Lavender Blue. HEX triplet: CC, C7 and EE. RGB value is (204,199,238). Sum of RGB (Red+Green+Blue) = 204+199+238=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCC7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC7EE is #333811. Grayscale: #CCCCCC. Windows color (decimal): -3356690 or 15648716. OLE color: 15648716.

HSL color Cylindrical-coordinate representation of color #CCC7EE: hue angle of 247.69º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC7EE is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204199238-
CMYK0.140.1600.07
HSL247.69º53.42%85.69%-
HSV(B)247.69º16.39%93.33%-
XYZ60.7659.8689.24-
YUV204.94146.66127.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 199 (78.12% from 255) = 31.05%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=31.83%
G=31.05%
B=37.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041992380.140.1600.07247.6953.4285.69
HexCCC7EEE1007f83556
Octal31430735616200737065126
Binary1100110011000111111011101110100000111111110001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC7EE; }

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

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

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

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

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

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

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

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