Html Css Color HEX #CCA8EC Perfume

📋 copy color: '#CCA8EC'

red 204 ◦ green 168 ◦ blue 236

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

Shades of Perfume #CCA8EC

Tints of Perfume #CCA8EC

RGB

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

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

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

R = 33.55%
G = 27.63%
B = 38.82%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCA8EC (or 0xCCA8EC) is known color: Perfume. HEX triplet: CC, A8 and EC. RGB value is (204,168,236). Sum of RGB (Red+Green+Blue) = 204+168+236=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCA8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA8EC is #335713. Grayscale: #BABABA. Windows color (decimal): -3364628 or 15509708. OLE color: 15509708.

HSL color Cylindrical-coordinate representation of color #CCA8EC: hue angle of 271.76º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCA8EC is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 168 236 -
CMYK 0.14 0.29 0 0.07
HSL 271.76º 0.64% 0.79% -
HSV(B) 271.76º 0.29% 0.93% -
XYZ 54.04 46.9 85.56 -
YUV 186.52 155.93 140.47 -
System Red Green Blue C M Y K H S L
Decimal 204 168 236 0.14 0.29 0 0.07 271.76 0.64 0.79
Hex CC A8 EC E 1D 0 7 110 40 4F
Octal 314 250 354 16 35 0 7 420 100 117
Binary 11001100 10101000 11101100 1110 11101 0 111 100010000 1000000 1001111

Color Harmonies of #CCA8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA8EC

Black with #CCA8EC

Text Example


Text Example

White with #CCA8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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