Html Css Color HEX #CBAFFD Mauve

📋 copy color: '#CBAFFD'

red 203 ◦ green 175 ◦ blue 253

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

Shades of Mauve #CBAFFD

Tints of Mauve #CBAFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.1%

R = 32.17%
G = 27.73%
B = 40.1%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CBAFFD (or 0xCBAFFD) is known color: Mauve. HEX triplet: CB, AF and FD. RGB value is (203,175,253). Sum of RGB (Red+Green+Blue) = 203+175+253=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBAFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFFD is #345002. Grayscale: #BFBFBF. Windows color (decimal): -3428355 or 16625611. OLE color: 16625611.

HSL color Cylindrical-coordinate representation of color #CBAFFD: hue angle of 261.54º degrees, saturation: 0.95, 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 #CBAFFD is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 175 253 -
CMYK 0.20 0.31 0 0.01
HSL 261.54º 0.95% 0.84% -
HSV(B) 261.54º 0.31% 0.99% -
XYZ 57.69 50.45 99.63 -
YUV 192.26 162.28 135.66 -
System Red Green Blue C M Y K H S L
Decimal 203 175 253 0.20 0.31 0 0.01 261.54 0.95 0.84
Hex CB AF FD 14 1F 0 1 106 5F 54
Octal 313 257 375 24 37 0 1 406 137 124
Binary 11001011 10101111 11111101 10100 11111 0 1 100000110 1011111 1010100

Color Harmonies of #CBAFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAFFD

Black with #CBAFFD

Text Example


Text Example

White with #CBAFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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