Html Css Color HEX #C6ADD0 Prelude

📋 copy color: '#C6ADD0'

red 198 ◦ green 173 ◦ blue 208

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

Shades of Prelude #C6ADD0

Tints of Prelude #C6ADD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.92%

R = 34.2%
G = 29.88%
B = 35.92%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C6ADD0 (or 0xC6ADD0) is known color: Prelude. HEX triplet: C6, AD and D0. RGB value is (198,173,208). Sum of RGB (Red+Green+Blue) = 198+173+208=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #C6ADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADD0 is #39522F. Grayscale: #B8B8B8. Windows color (decimal): -3756592 or 13675974. OLE color: 13675974.

HSL color Cylindrical-coordinate representation of color #C6ADD0: hue angle of 282.86º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6ADD0 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 173 208 -
CMYK 0.05 0.17 0 0.18
HSL 282.86º 0.27% 0.75% -
HSV(B) 282.86º 0.17% 0.82% -
XYZ 49.62 46.45 66.02 -
YUV 184.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 198 173 208 0.05 0.17 0 0.18 282.86 0.27 0.75
Hex C6 AD D0 5 11 0 12 11B 1B 4B
Octal 306 255 320 5 21 0 22 433 33 113
Binary 11000110 10101101 11010000 101 10001 0 10010 100011011 11011 1001011

Color Harmonies of #C6ADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADD0

Black with #C6ADD0

Text Example


Text Example

White with #C6ADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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