Html Css Color HEX #CCABE5 Perfume

📋 copy color: '#CCABE5'

red 204 ◦ green 171 ◦ blue 229

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

Shades of Perfume #CCABE5

Tints of Perfume #CCABE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.91%

R = 33.77%
G = 28.31%
B = 37.91%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCABE5 (or 0xCCABE5) is known color: Perfume. HEX triplet: CC, AB and E5. RGB value is (204,171,229). Sum of RGB (Red+Green+Blue) = 204+171+229=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABE5 is #33541A. Grayscale: #BBBBBB. Windows color (decimal): -3363867 or 15051724. OLE color: 15051724.

HSL color Cylindrical-coordinate representation of color #CCABE5: hue angle of 274.14º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCABE5 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 171 229 -
CMYK 0.11 0.25 0 0.10
HSL 274.14º 0.53% 0.78% -
HSV(B) 274.14º 0.25% 0.9% -
XYZ 53.61 47.62 80.49 -
YUV 187.48 151.43 139.78 -
System Red Green Blue C M Y K H S L
Decimal 204 171 229 0.11 0.25 0 0.10 274.14 0.53 0.78
Hex CC AB E5 B 19 0 A 112 35 4E
Octal 314 253 345 13 31 0 12 422 65 116
Binary 11001100 10101011 11100101 1011 11001 0 1010 100010010 110101 1001110

Color Harmonies of #CCABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABE5

Black with #CCABE5

Text Example


Text Example

White with #CCABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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