Html Css Color HEX #C29EDE Perfume

📋 copy color: '#C29EDE'

red 194 ◦ green 158 ◦ blue 222

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

Shades of Perfume #C29EDE

Tints of Perfume #C29EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.68%

R = 33.8%
G = 27.53%
B = 38.68%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C29EDE (or 0xC29EDE) is known color: Perfume. HEX triplet: C2, 9E and DE. RGB value is (194,158,222). Sum of RGB (Red+Green+Blue) = 194+158+222=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #C29EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29EDE is #3D6121. Grayscale: #AFAFAF. Windows color (decimal): -4022562 or 14589634. OLE color: 14589634.

HSL color Cylindrical-coordinate representation of color #C29EDE: hue angle of 273.75º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C29EDE is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 158 222 -
CMYK 0.13 0.29 0 0.13
HSL 273.75º 0.49% 0.75% -
HSV(B) 273.75º 0.29% 0.87% -
XYZ 47.66 41.2 74.55 -
YUV 176.06 153.93 140.8 -
System Red Green Blue C M Y K H S L
Decimal 194 158 222 0.13 0.29 0 0.13 273.75 0.49 0.75
Hex C2 9E DE D 1D 0 D 112 31 4B
Octal 302 236 336 15 35 0 15 422 61 113
Binary 11000010 10011110 11011110 1101 11101 0 1101 100010010 110001 1001011

Color Harmonies of #C29EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29EDE

Black with #C29EDE

Text Example


Text Example

White with #C29EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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