Html Css Color HEX #CCACEB Perfume

📋 copy color: '#CCACEB'

red 204 ◦ green 172 ◦ blue 235

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

Shades of Perfume #CCACEB

Tints of Perfume #CCACEB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.15%

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

R = 33.39%
G = 28.15%
B = 38.46%

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

#CCACEB (or 0xCCACEB) is known color: Perfume. HEX triplet: CC, AC and EB. RGB value is (204,172,235). Sum of RGB (Red+Green+Blue) = 204+172+235=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACEB is #335314. Grayscale: #BCBCBC. Windows color (decimal): -3363605 or 15445196. OLE color: 15445196.

HSL color Cylindrical-coordinate representation of color #CCACEB: hue angle of 270.48º degrees, saturation: 0.61, 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 #CCACEB is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 172 235 -
CMYK 0.13 0.27 0 0.08
HSL 270.48º 0.61% 0.8% -
HSV(B) 270.48º 0.27% 0.92% -
XYZ 54.65 48.34 85.05 -
YUV 188.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 204 172 235 0.13 0.27 0 0.08 270.48 0.61 0.8
Hex CC AC EB D 1B 0 8 10E 3D 50
Octal 314 254 353 15 33 0 10 416 75 120
Binary 11001100 10101100 11101011 1101 11011 0 1000 100001110 111101 1010000

Color Harmonies of #CCACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACEB

Black with #CCACEB

Text Example


Text Example

White with #CCACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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