Html Css Color HEX #CAADF8 Mauve

📋 copy color: '#CAADF8'

red 202 ◦ green 173 ◦ blue 248

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

Shades of Mauve #CAADF8

Tints of Mauve #CAADF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.81%

R = 32.42%
G = 27.77%
B = 39.81%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CAADF8 (or 0xCAADF8) is known color: Mauve. HEX triplet: CA, AD and F8. RGB value is (202,173,248). Sum of RGB (Red+Green+Blue) = 202+173+248=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADF8 is #355207. Grayscale: #BDBDBD. Windows color (decimal): -3494408 or 16297418. OLE color: 16297418.

HSL color Cylindrical-coordinate representation of color #CAADF8: hue angle of 263.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAADF8 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 173 248 -
CMYK 0.19 0.30 0 0.03
HSL 263.2º 0.84% 0.83% -
HSV(B) 263.2º 0.3% 0.97% -
XYZ 56.24 49.22 95.34 -
YUV 190.22 160.61 136.4 -
System Red Green Blue C M Y K H S L
Decimal 202 173 248 0.19 0.30 0 0.03 263.2 0.84 0.83
Hex CA AD F8 13 1E 0 3 107 54 53
Octal 312 255 370 23 36 0 3 407 124 123
Binary 11001010 10101101 11111000 10011 11110 0 11 100000111 1010100 1010011

Color Harmonies of #CAADF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAADF8

Black with #CAADF8

Text Example


Text Example

White with #CAADF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAADF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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