Html Css Color HEX #C2AFCE Prelude

📋 copy color: '#C2AFCE'

red 194 ◦ green 175 ◦ blue 206

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

Shades of Prelude #C2AFCE

Tints of Prelude #C2AFCE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.43%

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

R = 33.74%
G = 30.43%
B = 35.83%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C2AFCE (or 0xC2AFCE) is known color: Prelude. HEX triplet: C2, AF and CE. RGB value is (194,175,206). Sum of RGB (Red+Green+Blue) = 194+175+206=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFCE is #3D5031. Grayscale: #B8B8B8. Windows color (decimal): -4018226 or 13545410. OLE color: 13545410.

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

Color convert

RGB 194 175 206 -
CMYK 0.06 0.15 0 0.19
HSL 276.77º 0.24% 0.75% -
HSV(B) 276.77º 0.15% 0.81% -
XYZ 48.72 46.59 64.82 -
YUV 184.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 194 175 206 0.06 0.15 0 0.19 276.77 0.24 0.75
Hex C2 AF CE 6 F 0 13 115 18 4B
Octal 302 257 316 6 17 0 23 425 30 113
Binary 11000010 10101111 11001110 110 1111 0 10011 100010101 11000 1001011

Color Harmonies of #C2AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFCE

Black with #C2AFCE

Text Example


Text Example

White with #C2AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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