Html Css Color HEX #C2B1CE Prelude

📋 copy color: '#C2B1CE'

red 194 ◦ green 177 ◦ blue 206

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

Shades of Prelude #C2B1CE

Tints of Prelude #C2B1CE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.68%

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

R = 33.62%
G = 30.68%
B = 35.7%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C2B1CE (or 0xC2B1CE) is known color: Prelude. HEX triplet: C2, B1 and CE. RGB value is (194,177,206). Sum of RGB (Red+Green+Blue) = 194+177+206=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2B1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B1CE is #3D4E31. Grayscale: #B9B9B9. Windows color (decimal): -4017714 or 13545922. OLE color: 13545922.

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

Color convert

RGB 194 177 206 -
CMYK 0.06 0.14 0 0.19
HSL 275.17º 0.23% 0.75% -
HSV(B) 275.17º 0.14% 0.81% -
XYZ 49.11 47.37 64.95 -
YUV 185.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 194 177 206 0.06 0.14 0 0.19 275.17 0.23 0.75
Hex C2 B1 CE 6 E 0 13 113 17 4B
Octal 302 261 316 6 16 0 23 423 27 113
Binary 11000010 10110001 11001110 110 1110 0 10011 100010011 10111 1001011

Color Harmonies of #C2B1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B1CE

Black with #C2B1CE

Text Example


Text Example

White with #C2B1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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