Html Css Color HEX #CDAEFF Mauve

📋 copy color: '#CDAEFF'

red 205 ◦ green 174 ◦ blue 255

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

Shades of Mauve #CDAEFF

Tints of Mauve #CDAEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.44%

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

R = 32.33%
G = 27.44%
B = 40.22%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CDAEFF (or 0xCDAEFF) is known color: Mauve. HEX triplet: CD, AE and FF. RGB value is (205,174,255). Sum of RGB (Red+Green+Blue) = 205+174+255=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAEFF is #325100. Grayscale: #C0C0C0. Windows color (decimal): -3297537 or 16756429. OLE color: 16756429.

HSL color Cylindrical-coordinate representation of color #CDAEFF: hue angle of 262.96º 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 #CDAEFF is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 205 174 255 -
CMYK 0.20 0.32 0 0
HSL 262.96º 1% 0.84% -
HSV(B) 262.96º 0.32% 1% -
XYZ 58.36 50.47 101.27 -
YUV 192.5 163.27 136.91 -
System Red Green Blue C M Y K H S L
Decimal 205 174 255 0.20 0.32 0 0 262.96 1 0.84
Hex CD AE FF 14 20 0 0 107 64 54
Octal 315 256 377 24 40 0 0 407 144 124
Binary 11001101 10101110 11111111 10100 100000 0 0 100000111 1100100 1010100

Color Harmonies of #CDAEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAEFF

Black with #CDAEFF

Text Example


Text Example

White with #CDAEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAEFF; }

 p { color: rgb(205,174,255); }

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

background-color css

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

 a { background-color: rgb(205,174,255); }

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

border-color css

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

 span { border-color: rgb(205,174,255); }

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