Html Css Color HEX #CCADFF Mauve

📋 copy color: '#CCADFF'

red 204 ◦ green 173 ◦ blue 255

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

Shades of Mauve #CCADFF

Tints of Mauve #CCADFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.35%

R = 32.28%
G = 27.37%
B = 40.35%

CMYK

 C value IS 0.2

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCADFF (or 0xCCADFF) is known color: Mauve. HEX triplet: CC, AD and FF. RGB value is (204,173,255). Sum of RGB (Red+Green+Blue) = 204+173+255=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADFF is #335200. Grayscale: #BFBFBF. Windows color (decimal): -3363329 or 16756172. OLE color: 16756172.

HSL color Cylindrical-coordinate representation of color #CCADFF: hue angle of 262.68º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCADFF is Cyan = 0.2, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 173 255 -
CMYK 0.2 0.32 0 0
HSL 262.68º 1% 0.84% -
HSV(B) 262.68º 0.32% 1% -
XYZ 57.9 49.94 101.2 -
YUV 191.62 163.77 136.83 -
System Red Green Blue C M Y K H S L
Decimal 204 173 255 0.2 0.32 0 0 262.68 1 0.84
Hex CC AD FF 14 20 0 0 107 64 54
Octal 314 255 377 24 40 0 0 407 144 124
Binary 11001100 10101101 11111111 10100 100000 0 0 100000111 1100100 1010100

Color Harmonies of #CCADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADFF

Black with #CCADFF

Text Example


Text Example

White with #CCADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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