Html Css Color HEX #CCABF0 Perfume

📋 copy color: '#CCABF0'

red 204 ◦ green 171 ◦ blue 240

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

Shades of Perfume #CCABF0

Tints of Perfume #CCABF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.02%

R = 33.17%
G = 27.8%
B = 39.02%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCABF0 (or 0xCCABF0) is known color: Perfume. HEX triplet: CC, AB and F0. RGB value is (204,171,240). Sum of RGB (Red+Green+Blue) = 204+171+240=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABF0 is #33540F. Grayscale: #BCBCBC. Windows color (decimal): -3363856 or 15772620. OLE color: 15772620.

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

Color convert

RGB 204 171 240 -
CMYK 0.15 0.29 0 0.06
HSL 268.7º 0.7% 0.81% -
HSV(B) 268.7º 0.29% 0.94% -
XYZ 55.19 48.25 88.84 -
YUV 188.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 204 171 240 0.15 0.29 0 0.06 268.7 0.7 0.81
Hex CC AB F0 F 1D 0 6 10D 46 51
Octal 314 253 360 17 35 0 6 415 106 121
Binary 11001100 10101011 11110000 1111 11101 0 110 100001101 1000110 1010001

Color Harmonies of #CCABF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABF0

Black with #CCABF0

Text Example


Text Example

White with #CCABF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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