#C9C7EB

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

Shades of Lavender Blue #C9C7EB

Tints of Lavender Blue #C9C7EB

Color information

#C9C7EB (or 0xC9C7EB) is unknown color: approx Lavender Blue. HEX triplet: C9, C7 and EB. RGB value is (201,199,235). Sum of RGB (Red+Green+Blue) = 201+199+235=635 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.65% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9C7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C7EB is #363814. Grayscale: #CBCBCB. Windows color (decimal): -3553301 or 15452105. OLE color: 15452105.

HSL color Cylindrical-coordinate representation of color #C9C7EB: hue angle of 243.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 #C9C7EB is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201199235-
CMYK0.140.1500.08
HSL243.33º47.37%85.1%-
HSV(B)243.33º15.32%92.16%-
XYZ59.5159.2686.9-
YUV203.7145.66126.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.65%
GREEN value IS 199 (78.12% from 255) = 31.34%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=31.65%
G=31.34%
B=37.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011992350.140.1500.08243.3347.3785.1
HexC9C7EBEF08f32f55
Octal311307353161701036357125
Binary1100100111000111111010111110111101000111100111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C7EB; }

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

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

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

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

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

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

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

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