#C8C3EE

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

Shades of Lavender Blue #C8C3EE

Tints of Lavender Blue #C8C3EE

Color information

#C8C3EE (or 0xC8C3EE) is unknown color: approx Lavender Blue. HEX triplet: C8, C3 and EE. RGB value is (200,195,238). Sum of RGB (Red+Green+Blue) = 200+195+238=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8C3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C3EE is #373C11. Grayscale: #C9C9C9. Windows color (decimal): -3619858 or 15647688. OLE color: 15647688.

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

Color convert

RGB200195238-
CMYK0.160.1800.07
HSL246.98º55.84%84.9%-
HSV(B)246.98º18.07%93.33%-
XYZ58.7757.4888.89-
YUV201.4148.66127-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.60%
GREEN value IS 195 (76.56% from 255) = 30.81%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=31.60%
G=30.81%
B=37.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001952380.160.1800.07246.9855.8484.9
HexC8C3EE101207f73855
Octal31030335620220736770125
Binary11001000110000111110111010000100100111111101111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C3EE; }

 p { color: rgb(200,195,238); }

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

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

 a { background-color: rgb(200,195,238); }

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

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

 span { border-color: rgb(200,195,238); }

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