Html Css Color HEX #C2ACCE Prelude

📋 copy color: '#C2ACCE'

red 194 ◦ green 172 ◦ blue 206

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

Shades of Prelude #C2ACCE

Tints of Prelude #C2ACCE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.07%

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

R = 33.92%
G = 30.07%
B = 36.01%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C2ACCE (or 0xC2ACCE) is known color: Prelude. HEX triplet: C2, AC and CE. RGB value is (194,172,206). Sum of RGB (Red+Green+Blue) = 194+172+206=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2ACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACCE is #3D5331. Grayscale: #B6B6B6. Windows color (decimal): -4018994 or 13544642. OLE color: 13544642.

HSL color Cylindrical-coordinate representation of color #C2ACCE: hue angle of 278.82º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2ACCE is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 172 206 -
CMYK 0.06 0.17 0 0.19
HSL 278.82º 0.26% 0.74% -
HSV(B) 278.82º 0.17% 0.81% -
XYZ 48.14 45.43 64.62 -
YUV 182.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 194 172 206 0.06 0.17 0 0.19 278.82 0.26 0.74
Hex C2 AC CE 6 11 0 13 117 1A 4A
Octal 302 254 316 6 21 0 23 427 32 112
Binary 11000010 10101100 11001110 110 10001 0 10011 100010111 11010 1001010

Color Harmonies of #C2ACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACCE

Black with #C2ACCE

Text Example


Text Example

White with #C2ACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACCE; }

 p { color: rgb(194,172,206); }

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

background-color css

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

 a { background-color: rgb(194,172,206); }

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

border-color css

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

 span { border-color: rgb(194,172,206); }

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