Html Css Color HEX #CBAEFC Mauve

📋 copy color: '#CBAEFC'

red 203 ◦ green 174 ◦ blue 252

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

Shades of Mauve #CBAEFC

Tints of Mauve #CBAEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.06%

R = 32.27%
G = 27.66%
B = 40.06%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CBAEFC (or 0xCBAEFC) is known color: Mauve. HEX triplet: CB, AE and FC. RGB value is (203,174,252). Sum of RGB (Red+Green+Blue) = 203+174+252=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBAEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEFC is #345103. Grayscale: #BFBFBF. Windows color (decimal): -3428612 or 16559819. OLE color: 16559819.

HSL color Cylindrical-coordinate representation of color #CBAEFC: hue angle of 262.31º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBAEFC is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 174 252 -
CMYK 0.19 0.31 0 0.01
HSL 262.31º 0.93% 0.84% -
HSV(B) 262.31º 0.31% 0.99% -
XYZ 57.34 50 98.72 -
YUV 191.56 162.11 136.16 -
System Red Green Blue C M Y K H S L
Decimal 203 174 252 0.19 0.31 0 0.01 262.31 0.93 0.84
Hex CB AE FC 13 1F 0 1 106 5D 54
Octal 313 256 374 23 37 0 1 406 135 124
Binary 11001011 10101110 11111100 10011 11111 0 1 100000110 1011101 1010100

Color Harmonies of #CBAEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAEFC

Black with #CBAEFC

Text Example


Text Example

White with #CBAEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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