Html Css Color HEX #C1AECE Prelude

📋 copy color: '#C1AECE'

red 193 ◦ green 174 ◦ blue 206

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

Shades of Prelude #C1AECE

Tints of Prelude #C1AECE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.37%

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

R = 33.68%
G = 30.37%
B = 35.95%

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

#C1AECE (or 0xC1AECE) is known color: Prelude. HEX triplet: C1, AE and CE. RGB value is (193,174,206). Sum of RGB (Red+Green+Blue) = 193+174+206=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1AECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AECE is #3E5131. Grayscale: #B7B7B7. Windows color (decimal): -4084018 or 13545153. OLE color: 13545153.

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

Color convert

RGB 193 174 206 -
CMYK 0.06 0.16 0 0.19
HSL 275.63º 0.25% 0.75% -
HSV(B) 275.63º 0.16% 0.81% -
XYZ 48.27 46.07 64.74 -
YUV 183.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 193 174 206 0.06 0.16 0 0.19 275.63 0.25 0.75
Hex C1 AE CE 6 10 0 13 114 19 4B
Octal 301 256 316 6 20 0 23 424 31 113
Binary 11000001 10101110 11001110 110 10000 0 10011 100010100 11001 1001011

Color Harmonies of #C1AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AECE

Black with #C1AECE

Text Example


Text Example

White with #C1AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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