Html Css Color HEX #CDAFFE Mauve

📋 copy color: '#CDAFFE'

red 205 ◦ green 175 ◦ blue 254

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

Shades of Mauve #CDAFFE

Tints of Mauve #CDAFFE

RGB

 RED value IS 205 (80.47% from 255) = 32.33%

 GREEN value IS 175 (68.75% from 255) = 27.6%

 BLUE value IS 254 (99.61% from 255) = 40.06%

R = 32.33%
G = 27.6%
B = 40.06%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CDAFFE (or 0xCDAFFE) is known color: Mauve. HEX triplet: CD, AF and FE. RGB value is (205,175,254). Sum of RGB (Red+Green+Blue) = 205+175+254=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAFFE is #325001. Grayscale: #C0C0C0. Windows color (decimal): -3297282 or 16691149. OLE color: 16691149.

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

Color convert

RGB 205 175 254 -
CMYK 0.19 0.31 0 0.00
HSL 262.78º 0.98% 0.84% -
HSV(B) 262.78º 0.31% 1% -
XYZ 58.4 50.79 100.49 -
YUV 192.98 162.44 136.58 -
System Red Green Blue C M Y K H S L
Decimal 205 175 254 0.19 0.31 0 0.00 262.78 0.98 0.84
Hex CD AF FE 13 1F 0 0 107 62 54
Octal 315 257 376 23 37 0 0 407 142 124
Binary 11001101 10101111 11111110 10011 11111 0 0 100000111 1100010 1010100

Color Harmonies of #CDAFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAFFE

Black with #CDAFFE

Text Example


Text Example

White with #CDAFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAFFE; }

 p { color: rgb(205,175,254); }

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

background-color css

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

 a { background-color: rgb(205,175,254); }

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

border-color css

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

 span { border-color: rgb(205,175,254); }

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