Html Css Color HEX #C1ADC8 Prelude

📋 copy color: '#C1ADC8'

red 193 ◦ green 173 ◦ blue 200

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

Shades of Prelude #C1ADC8

Tints of Prelude #C1ADC8

RGB

 RED value IS 193 (75.78% from 255) = 34.1%

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

 BLUE value IS 200 (78.52% from 255) = 35.34%

R = 34.1%
G = 30.57%
B = 35.34%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C1ADC8 (or 0xC1ADC8) is known color: Prelude. HEX triplet: C1, AD and C8. RGB value is (193,173,200). Sum of RGB (Red+Green+Blue) = 193+173+200=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 200 - color contains mainly: blue. Hex color #C1ADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADC8 is #3E5237. Grayscale: #B5B5B5. Windows color (decimal): -4084280 or 13151681. OLE color: 13151681.

HSL color Cylindrical-coordinate representation of color #C1ADC8: hue angle of 284.44º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1ADC8 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 173 200 -
CMYK 0.04 0.14 0 0.22
HSL 284.44º 0.2% 0.73% -
HSV(B) 284.44º 0.14% 0.78% -
XYZ 47.36 45.39 60.91 -
YUV 182.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 193 173 200 0.04 0.14 0 0.22 284.44 0.2 0.73
Hex C1 AD C8 4 E 0 16 11C 14 49
Octal 301 255 310 4 16 0 26 434 24 111
Binary 11000001 10101101 11001000 100 1110 0 10110 100011100 10100 1001001

Color Harmonies of #C1ADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ADC8

Black with #C1ADC8

Text Example


Text Example

White with #C1ADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ADC8; }

 p { color: rgb(193,173,200); }

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

background-color css

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

 a { background-color: rgb(193,173,200); }

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

border-color css

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

 span { border-color: rgb(193,173,200); }

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