Html Css Color HEX #CCAFF2 Perfume

📋 copy color: '#CCAFF2'

red 204 ◦ green 175 ◦ blue 242

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

Shades of Perfume #CCAFF2

Tints of Perfume #CCAFF2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.18%

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

R = 32.85%
G = 28.18%
B = 38.97%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCAFF2 (or 0xCCAFF2) is known color: Perfume. HEX triplet: CC, AF and F2. RGB value is (204,175,242). Sum of RGB (Red+Green+Blue) = 204+175+242=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCAFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAFF2 is #33500D. Grayscale: #BFBFBF. Windows color (decimal): -3362830 or 15904716. OLE color: 15904716.

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

Color convert

RGB 204 175 242 -
CMYK 0.16 0.28 0 0.05
HSL 265.97º 0.72% 0.82% -
HSV(B) 265.97º 0.28% 0.95% -
XYZ 56.26 49.91 90.67 -
YUV 191.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 204 175 242 0.16 0.28 0 0.05 265.97 0.72 0.82
Hex CC AF F2 10 1C 0 5 10A 48 52
Octal 314 257 362 20 34 0 5 412 110 122
Binary 11001100 10101111 11110010 10000 11100 0 101 100001010 1001000 1010010

Color Harmonies of #CCAFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAFF2

Black with #CCAFF2

Text Example


Text Example

White with #CCAFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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