Html Css Color HEX #C7B4CE Prelude

📋 copy color: '#C7B4CE'

red 199 ◦ green 180 ◦ blue 206

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

Shades of Prelude #C7B4CE

Tints of Prelude #C7B4CE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.77%

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

R = 34.02%
G = 30.77%
B = 35.21%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C7B4CE (or 0xC7B4CE) is known color: Prelude. HEX triplet: C7, B4 and CE. RGB value is (199,180,206). Sum of RGB (Red+Green+Blue) = 199+180+206=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7B4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B4CE is #384B31. Grayscale: #BCBCBC. Windows color (decimal): -3689266 or 13546695. OLE color: 13546695.

HSL color Cylindrical-coordinate representation of color #C7B4CE: hue angle of 283.85º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7B4CE is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 180 206 -
CMYK 0.03 0.13 0 0.19
HSL 283.85º 0.21% 0.76% -
HSV(B) 283.85º 0.13% 0.81% -
XYZ 51.02 49.24 65.21 -
YUV 188.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 199 180 206 0.03 0.13 0 0.19 283.85 0.21 0.76
Hex C7 B4 CE 3 D 0 13 11C 15 4C
Octal 307 264 316 3 15 0 23 434 25 114
Binary 11000111 10110100 11001110 11 1101 0 10011 100011100 10101 1001100

Color Harmonies of #C7B4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B4CE

Black with #C7B4CE

Text Example


Text Example

White with #C7B4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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