Html Css Color HEX #CBABE4 Perfume

📋 copy color: '#CBABE4'

red 203 ◦ green 171 ◦ blue 228

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

Shades of Perfume #CBABE4

Tints of Perfume #CBABE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.87%

R = 33.72%
G = 28.41%
B = 37.87%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CBABE4 (or 0xCBABE4) is known color: Perfume. HEX triplet: CB, AB and E4. RGB value is (203,171,228). Sum of RGB (Red+Green+Blue) = 203+171+228=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBABE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABE4 is #34541B. Grayscale: #BABABA. Windows color (decimal): -3429404 or 14986187. OLE color: 14986187.

HSL color Cylindrical-coordinate representation of color #CBABE4: hue angle of 273.68º degrees, saturation: 0.51, 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 #CBABE4 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 171 228 -
CMYK 0.11 0.25 0 0.11
HSL 273.68º 0.51% 0.78% -
HSV(B) 273.68º 0.25% 0.89% -
XYZ 53.2 47.42 79.75 -
YUV 187.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 203 171 228 0.11 0.25 0 0.11 273.68 0.51 0.78
Hex CB AB E4 B 19 0 B 112 33 4E
Octal 313 253 344 13 31 0 13 422 63 116
Binary 11001011 10101011 11100100 1011 11001 0 1011 100010010 110011 1001110

Color Harmonies of #CBABE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBABE4

Black with #CBABE4

Text Example


Text Example

White with #CBABE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBABE4; }

 p { color: rgb(203,171,228); }

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

background-color css

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

 a { background-color: rgb(203,171,228); }

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

border-color css

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

 span { border-color: rgb(203,171,228); }

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