Html Css Color HEX #CBACE1 Perfume

📋 copy color: '#CBACE1'

red 203 ◦ green 172 ◦ blue 225

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

Shades of Perfume #CBACE1

Tints of Perfume #CBACE1

RGB

 RED value IS 203 (79.69% from 255) = 33.83%

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

 BLUE value IS 225 (88.28% from 255) = 37.5%

R = 33.83%
G = 28.67%
B = 37.5%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CBACE1 (or 0xCBACE1) is known color: Perfume. HEX triplet: CB, AC and E1. RGB value is (203,172,225). Sum of RGB (Red+Green+Blue) = 203+172+225=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACE1 is #34531E. Grayscale: #BBBBBB. Windows color (decimal): -3429151 or 14789835. OLE color: 14789835.

HSL color Cylindrical-coordinate representation of color #CBACE1: hue angle of 275.09º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBACE1 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 172 225 -
CMYK 0.10 0.24 0 0.12
HSL 275.09º 0.47% 0.78% -
HSV(B) 275.09º 0.24% 0.88% -
XYZ 52.97 47.64 77.64 -
YUV 187.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 203 172 225 0.10 0.24 0 0.12 275.09 0.47 0.78
Hex CB AC E1 A 18 0 C 113 2F 4E
Octal 313 254 341 12 30 0 14 423 57 116
Binary 11001011 10101100 11100001 1010 11000 0 1100 100010011 101111 1001110

Color Harmonies of #CBACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBACE1

Black with #CBACE1

Text Example


Text Example

White with #CBACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBACE1; }

 p { color: rgb(203,172,225); }

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

background-color css

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

 a { background-color: rgb(203,172,225); }

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

border-color css

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

 span { border-color: rgb(203,172,225); }

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