Html Css Color HEX #C1AECB Prelude

📋 copy color: '#C1AECB'

red 193 ◦ green 174 ◦ blue 203

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

Shades of Prelude #C1AECB

Tints of Prelude #C1AECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.61%

R = 33.86%
G = 30.53%
B = 35.61%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C1AECB (or 0xC1AECB) is known color: Prelude. HEX triplet: C1, AE and CB. RGB value is (193,174,203). Sum of RGB (Red+Green+Blue) = 193+174+203=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AECB is #3E5134. Grayscale: #B6B6B6. Windows color (decimal): -4084021 or 13348545. OLE color: 13348545.

HSL color Cylindrical-coordinate representation of color #C1AECB: hue angle of 279.31º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1AECB is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 174 203 -
CMYK 0.05 0.14 0 0.20
HSL 279.31º 0.22% 0.74% -
HSV(B) 279.31º 0.14% 0.8% -
XYZ 47.91 45.92 62.84 -
YUV 182.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 193 174 203 0.05 0.14 0 0.20 279.31 0.22 0.74
Hex C1 AE CB 5 E 0 14 117 16 4A
Octal 301 256 313 5 16 0 24 427 26 112
Binary 11000001 10101110 11001011 101 1110 0 10100 100010111 10110 1001010

Color Harmonies of #C1AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AECB

Black with #C1AECB

Text Example


Text Example

White with #C1AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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