Html Css Color HEX #C7ADCF Prelude

📋 copy color: '#C7ADCF'

red 199 ◦ green 173 ◦ blue 207

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

Shades of Prelude #C7ADCF

Tints of Prelude #C7ADCF

RGB

 RED value IS 199 (78.13% from 255) = 34.37%

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

 BLUE value IS 207 (81.25% from 255) = 35.75%

R = 34.37%
G = 29.88%
B = 35.75%

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

#C7ADCF (or 0xC7ADCF) is known color: Prelude. HEX triplet: C7, AD and CF. RGB value is (199,173,207). Sum of RGB (Red+Green+Blue) = 199+173+207=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7ADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADCF is #385230. Grayscale: #B8B8B8. Windows color (decimal): -3691057 or 13610439. OLE color: 13610439.

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

Color convert

RGB 199 173 207 -
CMYK 0.04 0.16 0 0.19
HSL 285.88º 0.26% 0.75% -
HSV(B) 285.88º 0.16% 0.81% -
XYZ 49.76 46.53 65.39 -
YUV 184.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 199 173 207 0.04 0.16 0 0.19 285.88 0.26 0.75
Hex C7 AD CF 4 10 0 13 11E 1A 4B
Octal 307 255 317 4 20 0 23 436 32 113
Binary 11000111 10101101 11001111 100 10000 0 10011 100011110 11010 1001011

Color Harmonies of #C7ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ADCF

Black with #C7ADCF

Text Example


Text Example

White with #C7ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ADCF; }

 p { color: rgb(199,173,207); }

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

background-color css

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

 a { background-color: rgb(199,173,207); }

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

border-color css

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

 span { border-color: rgb(199,173,207); }

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