Html Css Color HEX #CCAAF1 Perfume

📋 copy color: '#CCAAF1'

red 204 ◦ green 170 ◦ blue 241

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

Shades of Perfume #CCAAF1

Tints of Perfume #CCAAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.19%

R = 33.17%
G = 27.64%
B = 39.19%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCAAF1 (or 0xCCAAF1) is known color: Perfume. HEX triplet: CC, AA and F1. RGB value is (204,170,241). Sum of RGB (Red+Green+Blue) = 204+170+241=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCAAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAF1 is #33550E. Grayscale: #BCBCBC. Windows color (decimal): -3364111 or 15837900. OLE color: 15837900.

HSL color Cylindrical-coordinate representation of color #CCAAF1: hue angle of 268.73º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCAAF1 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 170 241 -
CMYK 0.15 0.29 0 0.05
HSL 268.73º 0.72% 0.81% -
HSV(B) 268.73º 0.29% 0.95% -
XYZ 55.15 47.94 89.57 -
YUV 188.26 157.76 139.23 -
System Red Green Blue C M Y K H S L
Decimal 204 170 241 0.15 0.29 0 0.05 268.73 0.72 0.81
Hex CC AA F1 F 1D 0 5 10D 48 51
Octal 314 252 361 17 35 0 5 415 110 121
Binary 11001100 10101010 11110001 1111 11101 0 101 100001101 1001000 1010001

Color Harmonies of #CCAAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAAF1

Black with #CCAAF1

Text Example


Text Example

White with #CCAAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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