Html Css Color HEX #CBAEF6 Mauve

📋 copy color: '#CBAEF6'

red 203 ◦ green 174 ◦ blue 246

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

Shades of Mauve #CBAEF6

Tints of Mauve #CBAEF6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.93%

 BLUE value IS 246 (96.48% from 255) = 39.49%

R = 32.58%
G = 27.93%
B = 39.49%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CBAEF6 (or 0xCBAEF6) is known color: Mauve. HEX triplet: CB, AE and F6. RGB value is (203,174,246). Sum of RGB (Red+Green+Blue) = 203+174+246=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBAEF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEF6 is #345109. Grayscale: #BEBEBE. Windows color (decimal): -3428618 or 16166603. OLE color: 16166603.

HSL color Cylindrical-coordinate representation of color #CBAEF6: hue angle of 264.17º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBAEF6 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 174 246 -
CMYK 0.17 0.29 0 0.04
HSL 264.17º 0.8% 0.82% -
HSV(B) 264.17º 0.29% 0.96% -
XYZ 56.4 49.62 93.79 -
YUV 190.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 203 174 246 0.17 0.29 0 0.04 264.17 0.8 0.82
Hex CB AE F6 11 1D 0 4 108 50 52
Octal 313 256 366 21 35 0 4 410 120 122
Binary 11001011 10101110 11110110 10001 11101 0 100 100001000 1010000 1010010

Color Harmonies of #CBAEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAEF6

Black with #CBAEF6

Text Example


Text Example

White with #CBAEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAEF6; }

 p { color: rgb(203,174,246); }

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

background-color css

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

 a { background-color: rgb(203,174,246); }

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

border-color css

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

 span { border-color: rgb(203,174,246); }

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