Html Css Color HEX #C6ADCC Prelude

📋 copy color: '#C6ADCC'

red 198 ◦ green 173 ◦ blue 204

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

Shades of Prelude #C6ADCC

Tints of Prelude #C6ADCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.48%

R = 34.43%
G = 30.09%
B = 35.48%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C6ADCC (or 0xC6ADCC) is known color: Prelude. HEX triplet: C6, AD and CC. RGB value is (198,173,204). Sum of RGB (Red+Green+Blue) = 198+173+204=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6ADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADCC is #395233. Grayscale: #B7B7B7. Windows color (decimal): -3756596 or 13413830. OLE color: 13413830.

HSL color Cylindrical-coordinate representation of color #C6ADCC: hue angle of 288.39º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6ADCC is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 173 204 -
CMYK 0.03 0.15 0 0.2
HSL 288.39º 0.23% 0.74% -
HSV(B) 288.39º 0.15% 0.8% -
XYZ 49.13 46.25 63.46 -
YUV 184.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 198 173 204 0.03 0.15 0 0.2 288.39 0.23 0.74
Hex C6 AD CC 3 F 0 14 120 17 4A
Octal 306 255 314 3 17 0 24 440 27 112
Binary 11000110 10101101 11001100 11 1111 0 10100 100100000 10111 1001010

Color Harmonies of #C6ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADCC

Black with #C6ADCC

Text Example


Text Example

White with #C6ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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