Html Css Color HEX #CBAFFE Mauve

📋 copy color: '#CBAFFE'

red 203 ◦ green 175 ◦ blue 254

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

Shades of Mauve #CBAFFE

Tints of Mauve #CBAFFE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.69%

 BLUE value IS 254 (99.61% from 255) = 40.19%

R = 32.12%
G = 27.69%
B = 40.19%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CBAFFE (or 0xCBAFFE) is known color: Mauve. HEX triplet: CB, AF and FE. RGB value is (203,175,254). Sum of RGB (Red+Green+Blue) = 203+175+254=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFFE is #345001. Grayscale: #C0C0C0. Windows color (decimal): -3428354 or 16691147. OLE color: 16691147.

HSL color Cylindrical-coordinate representation of color #CBAFFE: hue angle of 261.27º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBAFFE is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 203 175 254 -
CMYK 0.20 0.31 0 0.00
HSL 261.27º 0.98% 0.84% -
HSV(B) 261.27º 0.31% 1% -
XYZ 57.85 50.51 100.47 -
YUV 192.38 162.78 135.58 -
System Red Green Blue C M Y K H S L
Decimal 203 175 254 0.20 0.31 0 0.00 261.27 0.98 0.84
Hex CB AF FE 14 1F 0 0 105 62 54
Octal 313 257 376 24 37 0 0 405 142 124
Binary 11001011 10101111 11111110 10100 11111 0 0 100000101 1100010 1010100

Color Harmonies of #CBAFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAFFE

Black with #CBAFFE

Text Example


Text Example

White with #CBAFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAFFE; }

 p { color: rgb(203,175,254); }

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

background-color css

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

 a { background-color: rgb(203,175,254); }

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

border-color css

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

 span { border-color: rgb(203,175,254); }

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