Html Css Color HEX #CCABF1 Perfume

📋 copy color: '#CCABF1'

red 204 ◦ green 171 ◦ blue 241

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

Shades of Perfume #CCABF1

Tints of Perfume #CCABF1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.76%

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

R = 33.12%
G = 27.76%
B = 39.12%

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

#CCABF1 (or 0xCCABF1) is known color: Perfume. HEX triplet: CC, AB and F1. RGB value is (204,171,241). Sum of RGB (Red+Green+Blue) = 204+171+241=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABF1 is #33540E. Grayscale: #BCBCBC. Windows color (decimal): -3363855 or 15838156. OLE color: 15838156.

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

Color convert

RGB 204 171 241 -
CMYK 0.15 0.29 0 0.05
HSL 268.29º 0.71% 0.81% -
HSV(B) 268.29º 0.29% 0.95% -
XYZ 55.34 48.31 89.63 -
YUV 188.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 204 171 241 0.15 0.29 0 0.05 268.29 0.71 0.81
Hex CC AB F1 F 1D 0 5 10C 47 51
Octal 314 253 361 17 35 0 5 414 107 121
Binary 11001100 10101011 11110001 1111 11101 0 101 100001100 1000111 1010001

Color Harmonies of #CCABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABF1

Black with #CCABF1

Text Example


Text Example

White with #CCABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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