Html Css Color HEX #CAADFB Mauve

📋 copy color: '#CAADFB'

red 202 ◦ green 173 ◦ blue 251

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

Shades of Mauve #CAADFB

Tints of Mauve #CAADFB

RGB

 RED value IS 202 (79.3% from 255) = 32.27%

 GREEN value IS 173 (67.97% from 255) = 27.64%

 BLUE value IS 251 (98.44% from 255) = 40.1%

R = 32.27%
G = 27.64%
B = 40.1%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAADFB (or 0xCAADFB) is known color: Mauve. HEX triplet: CA, AD and FB. RGB value is (202,173,251). Sum of RGB (Red+Green+Blue) = 202+173+251=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADFB is #355204. Grayscale: #BEBEBE. Windows color (decimal): -3494405 or 16494026. OLE color: 16494026.

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

Color convert

RGB 202 173 251 -
CMYK 0.20 0.31 0 0.02
HSL 262.31º 0.91% 0.83% -
HSV(B) 262.31º 0.31% 0.98% -
XYZ 56.71 49.41 97.81 -
YUV 190.56 162.11 136.16 -
System Red Green Blue C M Y K H S L
Decimal 202 173 251 0.20 0.31 0 0.02 262.31 0.91 0.83
Hex CA AD FB 14 1F 0 2 106 5B 53
Octal 312 255 373 24 37 0 2 406 133 123
Binary 11001010 10101101 11111011 10100 11111 0 10 100000110 1011011 1010011

Color Harmonies of #CAADFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAADFB

Black with #CAADFB

Text Example


Text Example

White with #CAADFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAADFB; }

 p { color: rgb(202,173,251); }

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

background-color css

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

 a { background-color: rgb(202,173,251); }

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

border-color css

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

 span { border-color: rgb(202,173,251); }

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