Html Css Color HEX #C5ADCE Prelude

📋 copy color: '#C5ADCE'

red 197 ◦ green 173 ◦ blue 206

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

Shades of Prelude #C5ADCE

Tints of Prelude #C5ADCE

RGB

 RED value IS 197 (77.34% from 255) = 34.2%

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

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

R = 34.2%
G = 30.03%
B = 35.76%

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

#C5ADCE (or 0xC5ADCE) is known color: Prelude. HEX triplet: C5, AD and CE. RGB value is (197,173,206). Sum of RGB (Red+Green+Blue) = 197+173+206=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADCE is #3A5231. Grayscale: #B7B7B7. Windows color (decimal): -3822130 or 13544901. OLE color: 13544901.

HSL color Cylindrical-coordinate representation of color #C5ADCE: hue angle of 283.64º 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 #C5ADCE is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 173 206 -
CMYK 0.04 0.16 0 0.19
HSL 283.64º 0.25% 0.74% -
HSV(B) 283.64º 0.16% 0.81% -
XYZ 49.11 46.21 64.72 -
YUV 183.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 197 173 206 0.04 0.16 0 0.19 283.64 0.25 0.74
Hex C5 AD CE 4 10 0 13 11C 19 4A
Octal 305 255 316 4 20 0 23 434 31 112
Binary 11000101 10101101 11001110 100 10000 0 10011 100011100 11001 1001010

Color Harmonies of #C5ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ADCE

Black with #C5ADCE

Text Example


Text Example

White with #C5ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ADCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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