Html Css Color HEX #CCAEE2 Perfume

📋 copy color: '#CCAEE2'

red 204 ◦ green 174 ◦ blue 226

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

Shades of Perfume #CCAEE2

Tints of Perfume #CCAEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.42%

R = 33.77%
G = 28.81%
B = 37.42%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CCAEE2 (or 0xCCAEE2) is known color: Perfume. HEX triplet: CC, AE and E2. RGB value is (204,174,226). Sum of RGB (Red+Green+Blue) = 204+174+226=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCAEE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEE2 is #33511D. Grayscale: #BCBCBC. Windows color (decimal): -3363102 or 14855884. OLE color: 14855884.

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

Color convert

RGB 204 174 226 -
CMYK 0.10 0.23 0 0.11
HSL 274.62º 0.47% 0.78% -
HSV(B) 274.62º 0.23% 0.89% -
XYZ 53.77 48.6 78.5 -
YUV 188.9 148.94 138.77 -
System Red Green Blue C M Y K H S L
Decimal 204 174 226 0.10 0.23 0 0.11 274.62 0.47 0.78
Hex CC AE E2 A 17 0 B 113 2F 4E
Octal 314 256 342 12 27 0 13 423 57 116
Binary 11001100 10101110 11100010 1010 10111 0 1011 100010011 101111 1001110

Color Harmonies of #CCAEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEE2

Black with #CCAEE2

Text Example


Text Example

White with #CCAEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEE2; }

 p { color: rgb(204,174,226); }

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

background-color css

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

 a { background-color: rgb(204,174,226); }

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

border-color css

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

 span { border-color: rgb(204,174,226); }

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