Html Css Color HEX #CCACE3 Perfume

📋 copy color: '#CCACE3'

red 204 ◦ green 172 ◦ blue 227

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

Shades of Perfume #CCACE3

Tints of Perfume #CCACE3

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.52%

 BLUE value IS 227 (89.06% from 255) = 37.65%

R = 33.83%
G = 28.52%
B = 37.65%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CCACE3 (or 0xCCACE3) is known color: Perfume. HEX triplet: CC, AC and E3. RGB value is (204,172,227). Sum of RGB (Red+Green+Blue) = 204+172+227=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 227 (89.06% from 255 or 37.65% from 603); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCACE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACE3 is #33531C. Grayscale: #BBBBBB. Windows color (decimal): -3363613 or 14920908. OLE color: 14920908.

HSL color Cylindrical-coordinate representation of color #CCACE3: hue angle of 274.91º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCACE3 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 172 227 -
CMYK 0.10 0.24 0 0.11
HSL 274.91º 0.5% 0.78% -
HSV(B) 274.91º 0.24% 0.89% -
XYZ 53.52 47.89 79.1 -
YUV 187.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 204 172 227 0.10 0.24 0 0.11 274.91 0.5 0.78
Hex CC AC E3 A 18 0 B 113 32 4E
Octal 314 254 343 12 30 0 13 423 62 116
Binary 11001100 10101100 11100011 1010 11000 0 1011 100010011 110010 1001110

Color Harmonies of #CCACE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACE3

Black with #CCACE3

Text Example


Text Example

White with #CCACE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACE3; }

 p { color: rgb(204,172,227); }

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

background-color css

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

 a { background-color: rgb(204,172,227); }

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

border-color css

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

 span { border-color: rgb(204,172,227); }

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