Html Css Color HEX #C1ADCE Prelude

📋 copy color: '#C1ADCE'

red 193 ◦ green 173 ◦ blue 206

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

Shades of Prelude #C1ADCE

Tints of Prelude #C1ADCE

RGB

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

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

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

R = 33.74%
G = 30.24%
B = 36.01%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C1ADCE (or 0xC1ADCE) is known color: Prelude. HEX triplet: C1, AD and CE. RGB value is (193,173,206). Sum of RGB (Red+Green+Blue) = 193+173+206=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADCE is #3E5231. Grayscale: #B6B6B6. Windows color (decimal): -4084274 or 13544897. OLE color: 13544897.

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

Color convert

RGB 193 173 206 -
CMYK 0.06 0.16 0 0.19
HSL 276.36º 0.25% 0.74% -
HSV(B) 276.36º 0.16% 0.81% -
XYZ 48.08 45.68 64.68 -
YUV 182.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 193 173 206 0.06 0.16 0 0.19 276.36 0.25 0.74
Hex C1 AD CE 6 10 0 13 114 19 4A
Octal 301 255 316 6 20 0 23 424 31 112
Binary 11000001 10101101 11001110 110 10000 0 10011 100010100 11001 1001010

Color Harmonies of #C1ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ADCE

Black with #C1ADCE

Text Example


Text Example

White with #C1ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ADCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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