#C69DEE

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

Shades of Perfume #C69DEE

Tints of Perfume #C69DEE

Color information

#C69DEE (or 0xC69DEE) is unknown color: approx Perfume. HEX triplet: C6, 9D and EE. RGB value is (198,157,238). Sum of RGB (Red+Green+Blue) = 198+157+238=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #C69DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69DEE is #396211. Grayscale: #B2B2B2. Windows color (decimal): -3760658 or 15637958. OLE color: 15637958.

HSL color Cylindrical-coordinate representation of color #C69DEE: hue angle of 270.37º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C69DEE is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198157238-
CMYK0.170.3400.07
HSL270.37º70.43%77.45%-
HSV(B)270.37º34.03%93.33%-
XYZ50.7842.2986.38-
YUV178.49161.58141.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.39%
GREEN value IS 157 (61.72% from 255) = 26.48%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=33.39%
G=26.48%
B=40.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981572380.170.3400.07270.3770.4377.45
HexC69DEE11220710e464d
Octal306235356214207416106115
Binary11000110100111011110111010001100010011110000111010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69DEE; }

 p { color: rgb(198,157,238); }

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

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

 a { background-color: rgb(198,157,238); }

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

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

 span { border-color: rgb(198,157,238); }

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