Html Css Color HEX #CCABEA Perfume

📋 copy color: '#CCABEA'

red 204 ◦ green 171 ◦ blue 234

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

Shades of Perfume #CCABEA

Tints of Perfume #CCABEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.42%

R = 33.5%
G = 28.08%
B = 38.42%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCABEA (or 0xCCABEA) is known color: Perfume. HEX triplet: CC, AB and EA. RGB value is (204,171,234). Sum of RGB (Red+Green+Blue) = 204+171+234=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABEA is #335415. Grayscale: #BBBBBB. Windows color (decimal): -3363862 or 15379404. OLE color: 15379404.

HSL color Cylindrical-coordinate representation of color #CCABEA: hue angle of 271.43º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCABEA is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 171 234 -
CMYK 0.13 0.27 0 0.08
HSL 271.43º 0.6% 0.79% -
HSV(B) 271.43º 0.27% 0.92% -
XYZ 54.32 47.9 84.23 -
YUV 188.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 204 171 234 0.13 0.27 0 0.08 271.43 0.6 0.79
Hex CC AB EA D 1B 0 8 10F 3C 4F
Octal 314 253 352 15 33 0 10 417 74 117
Binary 11001100 10101011 11101010 1101 11011 0 1000 100001111 111100 1001111

Color Harmonies of #CCABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABEA

Black with #CCABEA

Text Example


Text Example

White with #CCABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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