Html Css Color HEX #CDAEFE Mauve

📋 copy color: '#CDAEFE'

red 205 ◦ green 174 ◦ blue 254

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

Shades of Mauve #CDAEFE

Tints of Mauve #CDAEFE

RGB

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

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

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

R = 32.39%
G = 27.49%
B = 40.13%

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

#CDAEFE (or 0xCDAEFE) is known color: Mauve. HEX triplet: CD, AE and FE. RGB value is (205,174,254). Sum of RGB (Red+Green+Blue) = 205+174+254=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDAEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAEFE is #325101. Grayscale: #C0C0C0. Windows color (decimal): -3297538 or 16690893. OLE color: 16690893.

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

Color convert

RGB 205 174 254 -
CMYK 0.19 0.31 0 0.00
HSL 263.25º 0.98% 0.84% -
HSV(B) 263.25º 0.31% 1% -
XYZ 58.2 50.41 100.43 -
YUV 192.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 205 174 254 0.19 0.31 0 0.00 263.25 0.98 0.84
Hex CD AE FE 13 1F 0 0 107 62 54
Octal 315 256 376 23 37 0 0 407 142 124
Binary 11001101 10101110 11111110 10011 11111 0 0 100000111 1100010 1010100

Color Harmonies of #CDAEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAEFE

Black with #CDAEFE

Text Example


Text Example

White with #CDAEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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