Html Css Color HEX #CCABEB Perfume

📋 copy color: '#CCABEB'

red 204 ◦ green 171 ◦ blue 235

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

Shades of Perfume #CCABEB

Tints of Perfume #CCABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.52%

R = 33.44%
G = 28.03%
B = 38.52%

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

#CCABEB (or 0xCCABEB) is known color: Perfume. HEX triplet: CC, AB and EB. RGB value is (204,171,235). Sum of RGB (Red+Green+Blue) = 204+171+235=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABEB is #335414. Grayscale: #BBBBBB. Windows color (decimal): -3363861 or 15444940. OLE color: 15444940.

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

Color convert

RGB 204 171 235 -
CMYK 0.13 0.27 0 0.08
HSL 270.94º 0.62% 0.8% -
HSV(B) 270.94º 0.27% 0.92% -
XYZ 54.46 47.96 84.98 -
YUV 188.16 154.43 139.3 -
System Red Green Blue C M Y K H S L
Decimal 204 171 235 0.13 0.27 0 0.08 270.94 0.62 0.8
Hex CC AB EB D 1B 0 8 10F 3E 50
Octal 314 253 353 15 33 0 10 417 76 120
Binary 11001100 10101011 11101011 1101 11011 0 1000 100001111 111110 1010000

Color Harmonies of #CCABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABEB

Black with #CCABEB

Text Example


Text Example

White with #CCABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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