Html Css Color HEX #CCAFF1 Perfume

📋 copy color: '#CCAFF1'

red 204 ◦ green 175 ◦ blue 241

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

Shades of Perfume #CCAFF1

Tints of Perfume #CCAFF1

RGB

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

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

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

R = 32.9%
G = 28.23%
B = 38.87%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCAFF1 (or 0xCCAFF1) is known color: Perfume. HEX triplet: CC, AF and F1. RGB value is (204,175,241). Sum of RGB (Red+Green+Blue) = 204+175+241=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCAFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAFF1 is #33500E. Grayscale: #BEBEBE. Windows color (decimal): -3362831 or 15839180. OLE color: 15839180.

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

Color convert

RGB 204 175 241 -
CMYK 0.15 0.27 0 0.05
HSL 266.36º 0.7% 0.82% -
HSV(B) 266.36º 0.27% 0.95% -
XYZ 56.11 49.85 89.88 -
YUV 191.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 204 175 241 0.15 0.27 0 0.05 266.36 0.7 0.82
Hex CC AF F1 F 1B 0 5 10A 46 52
Octal 314 257 361 17 33 0 5 412 106 122
Binary 11001100 10101111 11110001 1111 11011 0 101 100001010 1000110 1010010

Color Harmonies of #CCAFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAFF1

Black with #CCAFF1

Text Example


Text Example

White with #CCAFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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