Html Css Color HEX #CAADFC Mauve

📋 copy color: '#CAADFC'

red 202 ◦ green 173 ◦ blue 252

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

Shades of Mauve #CAADFC

Tints of Mauve #CAADFC

RGB

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

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

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

R = 32.22%
G = 27.59%
B = 40.19%

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

#CAADFC (or 0xCAADFC) is known color: Mauve. HEX triplet: CA, AD and FC. RGB value is (202,173,252). Sum of RGB (Red+Green+Blue) = 202+173+252=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #CAADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADFC is #355203. Grayscale: #BEBEBE. Windows color (decimal): -3494404 or 16559562. OLE color: 16559562.

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

Color convert

RGB 202 173 252 -
CMYK 0.20 0.31 0 0.01
HSL 262.03º 0.93% 0.83% -
HSV(B) 262.03º 0.31% 0.99% -
XYZ 56.87 49.47 98.65 -
YUV 190.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 202 173 252 0.20 0.31 0 0.01 262.03 0.93 0.83
Hex CA AD FC 14 1F 0 1 106 5D 53
Octal 312 255 374 24 37 0 1 406 135 123
Binary 11001010 10101101 11111100 10100 11111 0 1 100000110 1011101 1010011

Color Harmonies of #CAADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAADFC

Black with #CAADFC

Text Example


Text Example

White with #CAADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAADFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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