Html Css Color HEX #C29EDF Perfume

📋 copy color: '#C29EDF'

red 194 ◦ green 158 ◦ blue 223

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

Shades of Perfume #C29EDF

Tints of Perfume #C29EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.78%

R = 33.74%
G = 27.48%
B = 38.78%

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

#C29EDF (or 0xC29EDF) is known color: Perfume. HEX triplet: C2, 9E and DF. RGB value is (194,158,223). Sum of RGB (Red+Green+Blue) = 194+158+223=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #C29EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29EDF is #3D6120. Grayscale: #AFAFAF. Windows color (decimal): -4022561 or 14655170. OLE color: 14655170.

HSL color Cylindrical-coordinate representation of color #C29EDF: hue angle of 273.23º degrees, saturation: 0.5, 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 #C29EDF is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 158 223 -
CMYK 0.13 0.29 0 0.13
HSL 273.23º 0.5% 0.75% -
HSV(B) 273.23º 0.29% 0.87% -
XYZ 47.79 41.25 75.26 -
YUV 176.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 194 158 223 0.13 0.29 0 0.13 273.23 0.5 0.75
Hex C2 9E DF D 1D 0 D 111 32 4B
Octal 302 236 337 15 35 0 15 421 62 113
Binary 11000010 10011110 11011111 1101 11101 0 1101 100010001 110010 1001011

Color Harmonies of #C29EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29EDF

Black with #C29EDF

Text Example


Text Example

White with #C29EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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