Html Css Color HEX #CBAEF5 Mauve

📋 copy color: '#CBAEF5'

red 203 ◦ green 174 ◦ blue 245

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

Shades of Mauve #CBAEF5

Tints of Mauve #CBAEF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.39%

R = 32.64%
G = 27.97%
B = 39.39%

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

#CBAEF5 (or 0xCBAEF5) is known color: Mauve. HEX triplet: CB, AE and F5. RGB value is (203,174,245). Sum of RGB (Red+Green+Blue) = 203+174+245=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBAEF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEF5 is #34510A. Grayscale: #BEBEBE. Windows color (decimal): -3428619 or 16101067. OLE color: 16101067.

HSL color Cylindrical-coordinate representation of color #CBAEF5: hue angle of 264.51º degrees, saturation: 0.78, 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 #CBAEF5 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 174 245 -
CMYK 0.17 0.29 0 0.04
HSL 264.51º 0.78% 0.82% -
HSV(B) 264.51º 0.29% 0.96% -
XYZ 56.25 49.56 92.99 -
YUV 190.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 203 174 245 0.17 0.29 0 0.04 264.51 0.78 0.82
Hex CB AE F5 11 1D 0 4 109 4E 52
Octal 313 256 365 21 35 0 4 411 116 122
Binary 11001011 10101110 11110101 10001 11101 0 100 100001001 1001110 1010010

Color Harmonies of #CBAEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAEF5

Black with #CBAEF5

Text Example


Text Example

White with #CBAEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAEF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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