Html Css Color HEX #CCAAE6 Perfume

📋 copy color: '#CCAAE6'

red 204 ◦ green 170 ◦ blue 230

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

Shades of Perfume #CCAAE6

Tints of Perfume #CCAAE6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.15%

 BLUE value IS 230 (90.23% from 255) = 38.08%

R = 33.77%
G = 28.15%
B = 38.08%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCAAE6 (or 0xCCAAE6) is known color: Perfume. HEX triplet: CC, AA and E6. RGB value is (204,170,230). Sum of RGB (Red+Green+Blue) = 204+170+230=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCAAE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAE6 is #335519. Grayscale: #BABABA. Windows color (decimal): -3364122 or 15117004. OLE color: 15117004.

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

Color convert

RGB 204 170 230 -
CMYK 0.11 0.26 0 0.10
HSL 274º 0.55% 0.78% -
HSV(B) 274º 0.26% 0.9% -
XYZ 53.56 47.3 81.17 -
YUV 187.01 152.26 140.12 -
System Red Green Blue C M Y K H S L
Decimal 204 170 230 0.11 0.26 0 0.10 274 0.55 0.78
Hex CC AA E6 B 1A 0 A 112 37 4E
Octal 314 252 346 13 32 0 12 422 67 116
Binary 11001100 10101010 11100110 1011 11010 0 1010 100010010 110111 1001110

Color Harmonies of #CCAAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAAE6

Black with #CCAAE6

Text Example


Text Example

White with #CCAAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAAE6; }

 p { color: rgb(204,170,230); }

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

background-color css

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

 a { background-color: rgb(204,170,230); }

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

border-color css

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

 span { border-color: rgb(204,170,230); }

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