Html Css Color HEX #CCABE3 Perfume

📋 copy color: '#CCABE3'

red 204 ◦ green 171 ◦ blue 227

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

Shades of Perfume #CCABE3

Tints of Perfume #CCABE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.71%

R = 33.89%
G = 28.41%
B = 37.71%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CCABE3 (or 0xCCABE3) is known color: Perfume. HEX triplet: CC, AB and E3. RGB value is (204,171,227). Sum of RGB (Red+Green+Blue) = 204+171+227=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCABE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABE3 is #33541C. Grayscale: #BBBBBB. Windows color (decimal): -3363869 or 14920652. OLE color: 14920652.

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

Color convert

RGB 204 171 227 -
CMYK 0.10 0.25 0 0.11
HSL 275.36º 0.5% 0.78% -
HSV(B) 275.36º 0.25% 0.89% -
XYZ 53.33 47.51 79.03 -
YUV 187.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 204 171 227 0.10 0.25 0 0.11 275.36 0.5 0.78
Hex CC AB E3 A 19 0 B 113 32 4E
Octal 314 253 343 12 31 0 13 423 62 116
Binary 11001100 10101011 11100011 1010 11001 0 1011 100010011 110010 1001110

Color Harmonies of #CCABE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABE3

Black with #CCABE3

Text Example


Text Example

White with #CCABE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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