Html Css Color HEX #C5ADCA Prelude

📋 copy color: '#C5ADCA'

red 197 ◦ green 173 ◦ blue 202

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

Shades of Prelude #C5ADCA

Tints of Prelude #C5ADCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.31%

R = 34.44%
G = 30.24%
B = 35.31%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C5ADCA (or 0xC5ADCA) is known color: Prelude. HEX triplet: C5, AD and CA. RGB value is (197,173,202). Sum of RGB (Red+Green+Blue) = 197+173+202=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADCA is #3A5235. Grayscale: #B7B7B7. Windows color (decimal): -3822134 or 13282757. OLE color: 13282757.

HSL color Cylindrical-coordinate representation of color #C5ADCA: hue angle of 289.66º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5ADCA is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 173 202 -
CMYK 0.02 0.14 0 0.21
HSL 289.66º 0.21% 0.74% -
HSV(B) 289.66º 0.14% 0.79% -
XYZ 48.63 46.02 62.2 -
YUV 183.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 197 173 202 0.02 0.14 0 0.21 289.66 0.21 0.74
Hex C5 AD CA 2 E 0 15 122 15 4A
Octal 305 255 312 2 16 0 25 442 25 112
Binary 11000101 10101101 11001010 10 1110 0 10101 100100010 10101 1001010

Color Harmonies of #C5ADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ADCA

Black with #C5ADCA

Text Example


Text Example

White with #C5ADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ADCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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