Html Css Color HEX #C1AECA Prelude

📋 copy color: '#C1AECA'

red 193 ◦ green 174 ◦ blue 202

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

Shades of Prelude #C1AECA

Tints of Prelude #C1AECA

RGB

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

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

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

R = 33.92%
G = 30.58%
B = 35.5%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C1AECA (or 0xC1AECA) is known color: Prelude. HEX triplet: C1, AE and CA. RGB value is (193,174,202). Sum of RGB (Red+Green+Blue) = 193+174+202=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #C1AECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AECA is #3E5135. Grayscale: #B6B6B6. Windows color (decimal): -4084022 or 13283009. OLE color: 13283009.

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

Color convert

RGB 193 174 202 -
CMYK 0.04 0.14 0 0.21
HSL 280.71º 0.21% 0.74% -
HSV(B) 280.71º 0.14% 0.79% -
XYZ 47.79 45.87 62.21 -
YUV 182.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 193 174 202 0.04 0.14 0 0.21 280.71 0.21 0.74
Hex C1 AE CA 4 E 0 15 119 15 4A
Octal 301 256 312 4 16 0 25 431 25 112
Binary 11000001 10101110 11001010 100 1110 0 10101 100011001 10101 1001010

Color Harmonies of #C1AECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AECA

Black with #C1AECA

Text Example


Text Example

White with #C1AECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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