Html Css Color HEX #C6ADCE Prelude

📋 copy color: '#C6ADCE'

red 198 ◦ green 173 ◦ blue 206

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

Shades of Prelude #C6ADCE

Tints of Prelude #C6ADCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.7%

R = 34.32%
G = 29.98%
B = 35.7%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C6ADCE (or 0xC6ADCE) is known color: Prelude. HEX triplet: C6, AD and CE. RGB value is (198,173,206). Sum of RGB (Red+Green+Blue) = 198+173+206=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADCE is #395231. Grayscale: #B8B8B8. Windows color (decimal): -3756594 or 13544902. OLE color: 13544902.

HSL color Cylindrical-coordinate representation of color #C6ADCE: hue angle of 285.45º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6ADCE is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 173 206 -
CMYK 0.04 0.16 0 0.19
HSL 285.45º 0.25% 0.74% -
HSV(B) 285.45º 0.16% 0.81% -
XYZ 49.37 46.35 64.74 -
YUV 184.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 198 173 206 0.04 0.16 0 0.19 285.45 0.25 0.74
Hex C6 AD CE 4 10 0 13 11D 19 4A
Octal 306 255 316 4 20 0 23 435 31 112
Binary 11000110 10101101 11001110 100 10000 0 10011 100011101 11001 1001010

Color Harmonies of #C6ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADCE

Black with #C6ADCE

Text Example


Text Example

White with #C6ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADCE; }

 p { color: rgb(198,173,206); }

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

background-color css

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

 a { background-color: rgb(198,173,206); }

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

border-color css

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

 span { border-color: rgb(198,173,206); }

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