Html Css Color HEX #C6ADD5 Prelude

📋 copy color: '#C6ADD5'

red 198 ◦ green 173 ◦ blue 213

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

Shades of Prelude #C6ADD5

Tints of Prelude #C6ADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.47%

R = 33.9%
G = 29.62%
B = 36.47%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C6ADD5 (or 0xC6ADD5) is known color: Prelude. HEX triplet: C6, AD and D5. RGB value is (198,173,213). Sum of RGB (Red+Green+Blue) = 198+173+213=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 213 - color contains mainly: blue. Hex color #C6ADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADD5 is #39522A. Grayscale: #B8B8B8. Windows color (decimal): -3756587 or 14003654. OLE color: 14003654.

HSL color Cylindrical-coordinate representation of color #C6ADD5: hue angle of 277.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6ADD5 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 173 213 -
CMYK 0.07 0.19 0 0.16
HSL 277.5º 0.32% 0.76% -
HSV(B) 277.5º 0.19% 0.84% -
XYZ 50.24 46.7 69.32 -
YUV 185.04 143.78 137.25 -
System Red Green Blue C M Y K H S L
Decimal 198 173 213 0.07 0.19 0 0.16 277.5 0.32 0.76
Hex C6 AD D5 7 13 0 10 116 20 4C
Octal 306 255 325 7 23 0 20 426 40 114
Binary 11000110 10101101 11010101 111 10011 0 10000 100010110 100000 1001100

Color Harmonies of #C6ADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADD5

Black with #C6ADD5

Text Example


Text Example

White with #C6ADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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