Html Css Color HEX #CCACF2 Perfume

📋 copy color: '#CCACF2'

red 204 ◦ green 172 ◦ blue 242

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

Shades of Perfume #CCACF2

Tints of Perfume #CCACF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.16%

R = 33.01%
G = 27.83%
B = 39.16%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCACF2 (or 0xCCACF2) is known color: Perfume. HEX triplet: CC, AC and F2. RGB value is (204,172,242). Sum of RGB (Red+Green+Blue) = 204+172+242=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACF2 is #33530D. Grayscale: #BDBDBD. Windows color (decimal): -3363598 or 15903948. OLE color: 15903948.

HSL color Cylindrical-coordinate representation of color #CCACF2: hue angle of 267.43º degrees, saturation: 0.73, 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 #CCACF2 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 172 242 -
CMYK 0.16 0.29 0 0.05
HSL 267.43º 0.73% 0.81% -
HSV(B) 267.43º 0.29% 0.95% -
XYZ 55.68 48.75 90.48 -
YUV 189.55 157.6 138.31 -
System Red Green Blue C M Y K H S L
Decimal 204 172 242 0.16 0.29 0 0.05 267.43 0.73 0.81
Hex CC AC F2 10 1D 0 5 10B 49 51
Octal 314 254 362 20 35 0 5 413 111 121
Binary 11001100 10101100 11110010 10000 11101 0 101 100001011 1001001 1010001

Color Harmonies of #CCACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACF2

Black with #CCACF2

Text Example


Text Example

White with #CCACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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