Html Css Color HEX #C6AECB Prelude

📋 copy color: '#C6AECB'

red 198 ◦ green 174 ◦ blue 203

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

Shades of Prelude #C6AECB

Tints of Prelude #C6AECB

RGB

 RED value IS 198 (77.73% from 255) = 34.43%

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

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

R = 34.43%
G = 30.26%
B = 35.3%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C6AECB (or 0xC6AECB) is known color: Prelude. HEX triplet: C6, AE and CB. RGB value is (198,174,203). Sum of RGB (Red+Green+Blue) = 198+174+203=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #C6AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AECB is #395134. Grayscale: #B8B8B8. Windows color (decimal): -3756341 or 13348550. OLE color: 13348550.

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

Color convert

RGB 198 174 203 -
CMYK 0.02 0.14 0 0.20
HSL 289.66º 0.22% 0.74% -
HSV(B) 289.66º 0.14% 0.8% -
XYZ 49.2 46.59 62.9 -
YUV 184.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 198 174 203 0.02 0.14 0 0.20 289.66 0.22 0.74
Hex C6 AE CB 2 E 0 14 122 16 4A
Octal 306 256 313 2 16 0 24 442 26 112
Binary 11000110 10101110 11001011 10 1110 0 10100 100100010 10110 1001010

Color Harmonies of #C6AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AECB

Black with #C6AECB

Text Example


Text Example

White with #C6AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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