Html Css Color HEX #CCA8EA Perfume

📋 copy color: '#CCA8EA'

red 204 ◦ green 168 ◦ blue 234

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

Shades of Perfume #CCA8EA

Tints of Perfume #CCA8EA

RGB

 RED value IS 204 (80.08% from 255) = 33.66%

 GREEN value IS 168 (66.02% from 255) = 27.72%

 BLUE value IS 234 (91.8% from 255) = 38.61%

R = 33.66%
G = 27.72%
B = 38.61%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCA8EA (or 0xCCA8EA) is known color: Perfume. HEX triplet: CC, A8 and EA. RGB value is (204,168,234). Sum of RGB (Red+Green+Blue) = 204+168+234=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCA8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA8EA is #335715. Grayscale: #BABABA. Windows color (decimal): -3364630 or 15378636. OLE color: 15378636.

HSL color Cylindrical-coordinate representation of color #CCA8EA: hue angle of 272.73º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCA8EA is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 168 234 -
CMYK 0.13 0.28 0 0.08
HSL 272.73º 0.61% 0.79% -
HSV(B) 272.73º 0.28% 0.92% -
XYZ 53.76 46.78 84.04 -
YUV 186.29 154.93 140.63 -
System Red Green Blue C M Y K H S L
Decimal 204 168 234 0.13 0.28 0 0.08 272.73 0.61 0.79
Hex CC A8 EA D 1C 0 8 111 3D 4F
Octal 314 250 352 15 34 0 10 421 75 117
Binary 11001100 10101000 11101010 1101 11100 0 1000 100010001 111101 1001111

Color Harmonies of #CCA8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA8EA

Black with #CCA8EA

Text Example


Text Example

White with #CCA8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA8EA; }

 p { color: rgb(204,168,234); }

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

background-color css

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

 a { background-color: rgb(204,168,234); }

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

border-color css

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

 span { border-color: rgb(204,168,234); }

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