Html Css Color HEX #C7B1CE Prelude

📋 copy color: '#C7B1CE'

red 199 ◦ green 177 ◦ blue 206

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

Shades of Prelude #C7B1CE

Tints of Prelude #C7B1CE

RGB

 RED value IS 199 (78.13% from 255) = 34.19%

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

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

R = 34.19%
G = 30.41%
B = 35.4%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C7B1CE (or 0xC7B1CE) is known color: Prelude. HEX triplet: C7, B1 and CE. RGB value is (199,177,206). Sum of RGB (Red+Green+Blue) = 199+177+206=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7B1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B1CE is #384E31. Grayscale: #BABABA. Windows color (decimal): -3690034 or 13545927. OLE color: 13545927.

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

Color convert

RGB 199 177 206 -
CMYK 0.03 0.14 0 0.19
HSL 285.52º 0.23% 0.75% -
HSV(B) 285.52º 0.14% 0.81% -
XYZ 50.42 48.04 65.01 -
YUV 186.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 199 177 206 0.03 0.14 0 0.19 285.52 0.23 0.75
Hex C7 B1 CE 3 E 0 13 11E 17 4B
Octal 307 261 316 3 16 0 23 436 27 113
Binary 11000111 10110001 11001110 11 1110 0 10011 100011110 10111 1001011

Color Harmonies of #C7B1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B1CE

Black with #C7B1CE

Text Example


Text Example

White with #C7B1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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