Html Css Color HEX #C2AECB Prelude

📋 copy color: '#C2AECB'

red 194 ◦ green 174 ◦ blue 203

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

Shades of Prelude #C2AECB

Tints of Prelude #C2AECB

RGB

 RED value IS 194 (76.17% from 255) = 33.98%

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

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

R = 33.98%
G = 30.47%
B = 35.55%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C2AECB (or 0xC2AECB) is known color: Prelude. HEX triplet: C2, AE and CB. RGB value is (194,174,203). Sum of RGB (Red+Green+Blue) = 194+174+203=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AECB is #3D5134. Grayscale: #B7B7B7. Windows color (decimal): -4018485 or 13348546. OLE color: 13348546.

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

Color convert

RGB 194 174 203 -
CMYK 0.04 0.14 0 0.20
HSL 281.38º 0.22% 0.74% -
HSV(B) 281.38º 0.14% 0.8% -
XYZ 48.16 46.05 62.85 -
YUV 183.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 194 174 203 0.04 0.14 0 0.20 281.38 0.22 0.74
Hex C2 AE CB 4 E 0 14 119 16 4A
Octal 302 256 313 4 16 0 24 431 26 112
Binary 11000010 10101110 11001011 100 1110 0 10100 100011001 10110 1001010

Color Harmonies of #C2AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AECB

Black with #C2AECB

Text Example


Text Example

White with #C2AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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