Html Css Color HEX #CCACE1 Perfume

📋 copy color: '#CCACE1'

red 204 ◦ green 172 ◦ blue 225

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

Shades of Perfume #CCACE1

Tints of Perfume #CCACE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.44%

R = 33.94%
G = 28.62%
B = 37.44%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCACE1 (or 0xCCACE1) is known color: Perfume. HEX triplet: CC, AC and E1. RGB value is (204,172,225). Sum of RGB (Red+Green+Blue) = 204+172+225=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACE1 is #33531E. Grayscale: #BBBBBB. Windows color (decimal): -3363615 or 14789836. OLE color: 14789836.

HSL color Cylindrical-coordinate representation of color #CCACE1: hue angle of 276.23º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCACE1 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 172 225 -
CMYK 0.09 0.24 0 0.12
HSL 276.23º 0.47% 0.78% -
HSV(B) 276.23º 0.24% 0.88% -
XYZ 53.24 47.78 77.65 -
YUV 187.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 204 172 225 0.09 0.24 0 0.12 276.23 0.47 0.78
Hex CC AC E1 9 18 0 C 114 2F 4E
Octal 314 254 341 11 30 0 14 424 57 116
Binary 11001100 10101100 11100001 1001 11000 0 1100 100010100 101111 1001110

Color Harmonies of #CCACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACE1

Black with #CCACE1

Text Example


Text Example

White with #CCACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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