#C8C4EB

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

Shades of Lavender Blue #C8C4EB

Tints of Lavender Blue #C8C4EB

Color information

#C8C4EB (or 0xC8C4EB) is unknown color: approx Lavender Blue. HEX triplet: C8, C4 and EB. RGB value is (200,196,235). Sum of RGB (Red+Green+Blue) = 200+196+235=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8C4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C4EB is #373B14. Grayscale: #C9C9C9. Windows color (decimal): -3619605 or 15451336. OLE color: 15451336.

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

Color convert

RGB200196235-
CMYK0.150.1700.08
HSL246.15º49.37%84.51%-
HSV(B)246.15º16.6%92.16%-
XYZ58.5557.7686.66-
YUV201.64146.83126.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.70%
GREEN value IS 196 (76.95% from 255) = 31.06%
BLUE value IS 235 (92.19% from 255) = 37.24%
R=31.70%
G=31.06%
B=37.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001962350.150.1700.08246.1549.3784.51
HexC8C4EBF1108f63155
Octal310304353172101036661125
Binary11001000110001001110101111111000101000111101101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C4EB; }

 p { color: rgb(200,196,235); }

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

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

 a { background-color: rgb(200,196,235); }

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

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

 span { border-color: rgb(200,196,235); }

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