Html Css Color HEX #C6AED4 Prelude

📋 copy color: '#C6AED4'

red 198 ◦ green 174 ◦ blue 212

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

Shades of Prelude #C6AED4

Tints of Prelude #C6AED4

RGB

 RED value IS 198 (77.73% from 255) = 33.9%

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

 BLUE value IS 212 (83.2% from 255) = 36.3%

R = 33.9%
G = 29.79%
B = 36.3%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C6AED4 (or 0xC6AED4) is known color: Prelude. HEX triplet: C6, AE and D4. RGB value is (198,174,212). Sum of RGB (Red+Green+Blue) = 198+174+212=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 212 - color contains mainly: blue. Hex color #C6AED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AED4 is #39512B. Grayscale: #B9B9B9. Windows color (decimal): -3756332 or 13938374. OLE color: 13938374.

HSL color Cylindrical-coordinate representation of color #C6AED4: hue angle of 277.89º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6AED4 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 174 212 -
CMYK 0.07 0.18 0 0.17
HSL 277.89º 0.31% 0.76% -
HSV(B) 277.89º 0.18% 0.83% -
XYZ 50.31 47.03 68.71 -
YUV 185.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 198 174 212 0.07 0.18 0 0.17 277.89 0.31 0.76
Hex C6 AE D4 7 12 0 11 116 1F 4C
Octal 306 256 324 7 22 0 21 426 37 114
Binary 11000110 10101110 11010100 111 10010 0 10001 100010110 11111 1001100

Color Harmonies of #C6AED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AED4

Black with #C6AED4

Text Example


Text Example

White with #C6AED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AED4; }

 p { color: rgb(198,174,212); }

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

background-color css

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

 a { background-color: rgb(198,174,212); }

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

border-color css

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

 span { border-color: rgb(198,174,212); }

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