Html Css Color HEX #C7AEEC Perfume

📋 copy color: '#C7AEEC'

red 199 ◦ green 174 ◦ blue 236

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

Shades of Perfume #C7AEEC

Tints of Perfume #C7AEEC

RGB

 RED value IS 199 (78.13% from 255) = 32.68%

 GREEN value IS 174 (68.36% from 255) = 28.57%

 BLUE value IS 236 (92.58% from 255) = 38.75%

R = 32.68%
G = 28.57%
B = 38.75%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C7AEEC (or 0xC7AEEC) is known color: Perfume. HEX triplet: C7, AE and EC. RGB value is (199,174,236). Sum of RGB (Red+Green+Blue) = 199+174+236=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AEEC is #385113. Grayscale: #BCBCBC. Windows color (decimal): -3690772 or 15511239. OLE color: 15511239.

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

Color convert

RGB 199 174 236 -
CMYK 0.16 0.26 0 0.07
HSL 264.19º 0.62% 0.8% -
HSV(B) 264.19º 0.26% 0.93% -
XYZ 53.83 48.47 85.88 -
YUV 188.54 154.78 135.46 -
System Red Green Blue C M Y K H S L
Decimal 199 174 236 0.16 0.26 0 0.07 264.19 0.62 0.8
Hex C7 AE EC 10 1A 0 7 108 3E 50
Octal 307 256 354 20 32 0 7 410 76 120
Binary 11000111 10101110 11101100 10000 11010 0 111 100001000 111110 1010000

Color Harmonies of #C7AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AEEC

Black with #C7AEEC

Text Example


Text Example

White with #C7AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AEEC; }

 p { color: rgb(199,174,236); }

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

background-color css

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

 a { background-color: rgb(199,174,236); }

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

border-color css

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

 span { border-color: rgb(199,174,236); }

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