Html Css Color HEX #CCADFC Mauve

📋 copy color: '#CCADFC'

red 204 ◦ green 173 ◦ blue 252

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

Shades of Mauve #CCADFC

Tints of Mauve #CCADFC

RGB

 RED value IS 204 (80.08% from 255) = 32.43%

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

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

R = 32.43%
G = 27.5%
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

#CCADFC (or 0xCCADFC) is known color: Mauve. HEX triplet: CC, AD and FC. RGB value is (204,173,252). Sum of RGB (Red+Green+Blue) = 204+173+252=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 173 (67.97% from 255 or 27.50% 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 #CCADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADFC is #335203. Grayscale: #BEBEBE. Windows color (decimal): -3363332 or 16559564. OLE color: 16559564.

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

Color convert

RGB 204 173 252 -
CMYK 0.19 0.31 0 0.01
HSL 263.54º 0.93% 0.83% -
HSV(B) 263.54º 0.31% 0.99% -
XYZ 57.42 49.75 98.67 -
YUV 191.28 162.27 137.08 -
System Red Green Blue C M Y K H S L
Decimal 204 173 252 0.19 0.31 0 0.01 263.54 0.93 0.83
Hex CC AD FC 13 1F 0 1 108 5D 53
Octal 314 255 374 23 37 0 1 410 135 123
Binary 11001100 10101101 11111100 10011 11111 0 1 100001000 1011101 1010011

Color Harmonies of #CCADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADFC

Black with #CCADFC

Text Example


Text Example

White with #CCADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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