Html Css Color HEX #C29EEB Perfume

📋 copy color: '#C29EEB'

red 194 ◦ green 158 ◦ blue 235

#C29EEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #C29EEB

Tints of Perfume #C29EEB

RGB

 RED value IS 194 (76.17% from 255) = 33.05%

 GREEN value IS 158 (62.11% from 255) = 26.92%

 BLUE value IS 235 (92.19% from 255) = 40.03%

R = 33.05%
G = 26.92%
B = 40.03%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C29EEB (or 0xC29EEB) is known color: Perfume. HEX triplet: C2, 9E and EB. RGB value is (194,158,235). Sum of RGB (Red+Green+Blue) = 194+158+235=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #C29EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29EEB is #3D6114. Grayscale: #B1B1B1. Windows color (decimal): -4022549 or 15441602. OLE color: 15441602.

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

Color convert

RGB 194 158 235 -
CMYK 0.17 0.33 0 0.08
HSL 268.05º 0.66% 0.77% -
HSV(B) 268.05º 0.33% 0.92% -
XYZ 49.47 41.92 84.08 -
YUV 177.54 160.43 139.74 -
System Red Green Blue C M Y K H S L
Decimal 194 158 235 0.17 0.33 0 0.08 268.05 0.66 0.77
Hex C2 9E EB 11 21 0 8 10C 42 4D
Octal 302 236 353 21 41 0 10 414 102 115
Binary 11000010 10011110 11101011 10001 100001 0 1000 100001100 1000010 1001101

Color Harmonies of #C29EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29EEB

Black with #C29EEB

Text Example


Text Example

White with #C29EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29EEB; }

 p { color: rgb(194,158,235); }

 H1.HeaderClassName
 {
   color: #C29EEB;
 }
 .AnyTagClassName
 {
   color: #C29EEB;
 }
</style>

background-color css

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

 a { background-color: rgb(194,158,235); }

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

border-color css

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

 span { border-color: rgb(194,158,235); }

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