Html Css Color HEX #CCADFD Mauve

📋 copy color: '#CCADFD'

red 204 ◦ green 173 ◦ blue 253

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

Shades of Mauve #CCADFD

Tints of Mauve #CCADFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.16%

R = 32.38%
G = 27.46%
B = 40.16%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCADFD (or 0xCCADFD) is known color: Mauve. HEX triplet: CC, AD and FD. RGB value is (204,173,253). Sum of RGB (Red+Green+Blue) = 204+173+253=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADFD is #335202. Grayscale: #BFBFBF. Windows color (decimal): -3363331 or 16625100. OLE color: 16625100.

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

Color convert

RGB 204 173 253 -
CMYK 0.19 0.32 0 0.01
HSL 263.25º 0.95% 0.84% -
HSV(B) 263.25º 0.32% 0.99% -
XYZ 57.58 49.82 99.51 -
YUV 191.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 204 173 253 0.19 0.32 0 0.01 263.25 0.95 0.84
Hex CC AD FD 13 20 0 1 107 5F 54
Octal 314 255 375 23 40 0 1 407 137 124
Binary 11001100 10101101 11111101 10011 100000 0 1 100000111 1011111 1010100

Color Harmonies of #CCADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADFD

Black with #CCADFD

Text Example


Text Example

White with #CCADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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